Skip to content

Commit 4f04a27

Browse files
Update actions/checkout action to v3.3.0
1 parent 5739c91 commit 4f04a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
name: create release draft
1313
steps:
14-
- uses: actions/checkout@v3.2.0
14+
- uses: actions/checkout@v3.3.0
1515
with:
1616
fetch-depth: 0
1717

@@ -46,7 +46,7 @@ jobs:
4646

4747
# do a second checkout to prevent race situation
4848
# changelog gets updated but action works on old commit id
49-
- uses: actions/checkout@v3.2.0
49+
- uses: actions/checkout@v3.3.0
5050
with:
5151
ref: master
5252

0 commit comments

Comments
 (0)