Skip to content

Commit 2eacc26

Browse files
authored
Merge pull request #59 from T-Systems-MMS/renovate/actions-checkout-3.x
Update actions/checkout action to v3.3.0
2 parents 5f49223 + 4f04a27 commit 2eacc26

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)