Skip to content

Commit

Permalink
CI: Update action to Node 20
Browse files Browse the repository at this point in the history
[why]
Because we want to use Node 20 etc pp

[how]
Just use the latest major version.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
  • Loading branch information
Finii committed Jun 7, 2024
1 parent 782af89 commit 8eb711b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "filename=${ZIPFILE}" >> $GITHUB_OUTPUT
- name: Adjust release tag
uses: EndBug/latest-tag@v1.6.2
uses: EndBug/latest-tag@v1
with:
ref: "v${{ steps.rel_ver.outputs.ver }}"

Expand Down

0 comments on commit 8eb711b

Please sign in to comment.