Skip to content

Commit 4e31490

Browse files
Update actions/checkout action to v2.7.0
1 parent d803fc0 commit 4e31490

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
name: create release draft
1414
steps:
15-
- uses: actions/checkout@v2.3.4
15+
- uses: actions/checkout@v2.7.0
1616
with:
1717
fetch-depth: 0
1818

@@ -47,7 +47,7 @@ jobs:
4747

4848
# do a second checkout to prevent race situation
4949
# changelog gets updated but action works on old commit id
50-
- uses: actions/checkout@v2.3.4
50+
- uses: actions/checkout@v2.7.0
5151
with:
5252
ref: master
5353

0 commit comments

Comments
 (0)