We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc6b4c commit bcfe05eCopy full SHA for bcfe05e
3 files changed
.github/workflows/master-pushed.yml
@@ -6,17 +6,16 @@ jobs:
6
release:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
with:
11
fetch-depth: 0
12
# Allow pushing to `master` branch which is protected
13
# See https://github.com/settings/tokens/1477019585
14
token: ${{ secrets.GIT_PUSH_TOKEN }}
15
16
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
17
18
node-version-file: 'package.json'
19
- cache: npm
20
registry-url: 'https://registry.npmjs.org'
21
22
- run: npm ci --ignore-scripts
0 commit comments