Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 953b698

Browse files
authored
Merge pull request #1 from T-Systems-MMS/renovate/actions-checkout-2.x
Update actions/checkout action to v2.4.2
2 parents 05bad70 + a528d14 commit 953b698

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.4.2
1616
with:
1717
fetch-depth: 0
1818

@@ -54,7 +54,7 @@ jobs:
5454

5555
# do a second checkout to prevent race situation
5656
# changelog gets updated but action works on old commit id
57-
- uses: actions/checkout@v2.3.4
57+
- uses: actions/checkout@v2.4.2
5858
with:
5959
ref: main
6060

0 commit comments

Comments
 (0)