Skip to content

Commit

Permalink
Merge pull request #9 from T-Systems-MMS/renovate/actions-checkout-2.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v2.4.2
  • Loading branch information
michaelamattes committed May 9, 2022
2 parents 01cdb8d + 4e9f6c3 commit b040f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
name: create release draft
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.2
with:
fetch-depth: 0

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

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

Expand Down

0 comments on commit b040f3c

Please sign in to comment.