We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5739c91 commit 4f04a27Copy full SHA for 4f04a27
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
name: create release draft
13
steps:
14
- - uses: actions/checkout@v3.2.0
+ - uses: actions/checkout@v3.3.0
15
with:
16
fetch-depth: 0
17
@@ -46,7 +46,7 @@ jobs:
46
47
# do a second checkout to prevent race situation
48
# changelog gets updated but action works on old commit id
49
50
51
ref: master
52
0 commit comments