Skip to content

Commit de5be92

Browse files
authored
Merge pull request #318 from cucumber/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
2 parents 037d879 + fdc1e5e commit de5be92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-sbt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
environment: Release
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323

2424
- run: |
2525
git config user.name github-actions
@@ -46,7 +46,7 @@ jobs:
4646
permissions:
4747
contents: write
4848
steps:
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@v3
5050
- uses: cucumber/[email protected]
5151
with:
5252
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)