There was an error while loading. Please reload this page.
1 parent aacdba8 commit 993414eCopy full SHA for 993414e
1 file changed
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
new_release_major_version: ${{ steps.release.outputs.new_release_major_version }}
30
steps:
31
- name: Checkout repository
32
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
33
with:
34
fetch-depth: 0
35
persist-credentials: false
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
ref: v${{ needs.semantic-release.outputs.new_release_version }}
66
0 commit comments