We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae81197 commit cb2e3c8Copy full SHA for cb2e3c8
1 file changed
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
pull-requests: read
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
19
with:
20
fetch-depth: 0
21
persist-credentials: false
@@ -75,7 +75,7 @@ jobs:
75
76
# do a second checkout to prevent race situation
77
# changelog gets updated but action works on old commit id
78
79
80
ref: main
81
0 commit comments