Skip to content

Commit 453f114

Browse files
🌱 Update github-actions group to v7
| datasource | package | from | to | | ----------- | ---------------------------- | ---- | -- | | github-tags | docker/build-push-action | v6 | v7 | | github-tags | goreleaser/goreleaser-action | v6 | v7 |
1 parent 800cac6 commit 453f114

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/builder-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Build and push
30-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
30+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
3131
with:
3232
file: ./images/builder/Dockerfile
3333
context: ./images/builder

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
go-version: stable
2323

24-
- uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6
24+
- uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
2525
with:
2626
distribution: goreleaser
2727
version: latest

0 commit comments

Comments
 (0)