Skip to content

Commit fcadaf5

Browse files
Bump the ci group across 1 directory with 2 updates
Bumps the ci group with 2 updates in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) Updates `goreleaser/goreleaser-action` from 5 to 6 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e07a261 commit fcadaf5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/push-ld.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
type=raw,value=${{ steps.prep.outputs.VERSION }}
4646
- name: Publish image
4747
id: build-push
48-
uses: docker/build-push-action@v5
48+
uses: docker/build-push-action@v6
4949
with:
5050
push: true
5151
builder: ${{ steps.buildx.outputs.name }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
type=raw,value=${{ steps.prep.outputs.VERSION }}
6868
- name: Publish image
6969
id: build-push
70-
uses: docker/build-push-action@v5
70+
uses: docker/build-push-action@v6
7171
with:
7272
sbom: true
7373
provenance: true
@@ -121,7 +121,7 @@ jobs:
121121
- uses: anchore/sbom-action/download-syft@v0
122122
- name: Create release and SBOM
123123
id: run-goreleaser
124-
uses: goreleaser/goreleaser-action@v5
124+
uses: goreleaser/goreleaser-action@v6
125125
if: startsWith(github.ref, 'refs/tags/v')
126126
with:
127127
version: latest

0 commit comments

Comments
 (0)