We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252b1d3 commit 1f26a49Copy full SHA for 1f26a49
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
25
26
- name: Checkout Code
27
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
28
29
- name: Generate Change Log
30
id: changelog
0 commit comments