Skip to content

Commit 1f26a49

Browse files
committed
Updated a bit release actions
It's not clear how it actually works this GitHub Action
1 parent 252b1d3 commit 1f26a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
2525

2626
- name: Checkout Code
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828

2929
- name: Generate Change Log
3030
id: changelog

0 commit comments

Comments
 (0)