We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701b1c8 commit 2572c8fCopy full SHA for 2572c8f
2 files changed
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
name: release
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
23
- uses: actions/setup-node@v4
24
with:
25
node-version: lts/*
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
11
if: github.event_name == 'pull_request' || github.ref == 'refs/heads/main'
12
13
14
15
16
cache: npm
@@ -24,7 +24,7 @@ jobs:
pull-requests: write # to be able to comment on released pull requests
if: github.event_name == 'push'
26
27
28
29
30
0 commit comments