We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fad03f9 + 4e31490 commit 26158f8Copy full SHA for 26158f8
1 file changed
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
name: create release draft
14
steps:
15
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.7.0
16
with:
17
fetch-depth: 0
18
@@ -47,7 +47,7 @@ jobs:
47
48
# do a second checkout to prevent race situation
49
# changelog gets updated but action works on old commit id
50
51
52
ref: master
53
0 commit comments