We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e545d04 commit 21ee3ecCopy full SHA for 21ee3ec
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
name: release
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- uses: actions/setup-node@v3
16
with:
17
node-version: lts/*
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
if: github.event_name == 'pull_request' || github.ref == 'refs/heads/main'
cache: npm
@@ -21,7 +21,7 @@ jobs:
21
22
if: github.event_name == 'push'
23
24
25
26
27
0 commit comments