Skip to content

Commit

Permalink
Merge pull request #46 from T-Systems-MMS/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3.1.0
  • Loading branch information
rndmh3ro authored Oct 4, 2022
2 parents 46c60b0 + 202f0aa commit 12f6ad9
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
name: create release draft
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0

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

# do a second checkout to prevent race situation
# changelog gets updated but action works on old commit id
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
with:
ref: master

Expand Down

0 comments on commit 12f6ad9

Please sign in to comment.