Skip to content

Commit

Permalink
Bump goreleaser action to address Node.js 16 deprecation issues (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed May 7, 2024
1 parent 11fc3c9 commit 61d973c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 4.1.4
- name: GoReleaser
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # 5.0.0
with:
args: "release"
env:
Expand Down

0 comments on commit 61d973c

Please sign in to comment.