Skip to content

Commit

Permalink
ci: update gh actions to use nodejs >= 20
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b committed Feb 10, 2024
1 parent bdd59be commit 943c06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0 # See: https://goreleaser.com/ci/actions/

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 943c06d

Please sign in to comment.