Skip to content

Commit b9bfeb8

Browse files
chore(deps): update goreleaser/goreleaser-action action to v7
1 parent dadbe02 commit b9bfeb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
persist-credentials: false
5858

5959
- name: Check goreleaser's Configuration
60-
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6
60+
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
6161
with:
6262
version: latest
6363
args: check

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
# finally run goreleaser to build and publish all artifacts:
7676
- name: Deploy Autotag Release
77-
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6
77+
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
7878
with:
7979
version: latest
8080
args: release --clean --parallelism=2

0 commit comments

Comments
 (0)