Skip to content

Commit 8eb711b

Browse files
committed
CI: Update action to Node 20
[why] Because we want to use Node 20 etc pp [how] Just use the latest major version. Signed-off-by: Fini Jastrow <[email protected]>
1 parent 782af89 commit 8eb711b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "filename=${ZIPFILE}" >> $GITHUB_OUTPUT
5656
5757
- name: Adjust release tag
58-
uses: EndBug/latest-tag@v1.6.2
58+
uses: EndBug/latest-tag@v1
5959
with:
6060
ref: "v${{ steps.rel_ver.outputs.ver }}"
6161

0 commit comments

Comments
 (0)