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 ee52242 commit 0e11e67Copy full SHA for 0e11e67
.github/workflows/release-github.yaml
@@ -12,7 +12,7 @@ jobs:
12
permissions:
13
contents: write
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
- uses: cucumber/[email protected]
17
with:
18
github-token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/release-npm.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
environment: Release
- uses: actions/setup-node@v4
node-version: '22.x'
0 commit comments