We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d01fe commit fdc1e5eCopy full SHA for fdc1e5e
.github/workflows/release-sbt.yml
@@ -19,7 +19,7 @@ jobs:
19
environment: Release
20
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
23
24
- run: |
25
git config user.name github-actions
@@ -46,7 +46,7 @@ jobs:
46
permissions:
47
contents: write
48
49
50
- uses: cucumber/[email protected]
51
with:
52
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments