We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a589059 commit 6b052d6Copy full SHA for 6b052d6
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
os: [ windows-latest, ubuntu-latest, macos-latest ]
33
node: [ 18, 19, 20 ]
34
steps:
35
- - uses: actions/checkout@v3.6.0
+ - uses: actions/checkout@v4.1.1
36
- uses: actions/setup-node@v3.8.1
37
name: Set up NodeJS
38
with:
.github/workflows/publish.yml
@@ -41,7 +41,7 @@ jobs:
41
build:
42
runs-on: ubuntu-latest
43
44
45
46
fetch-tags: true
47
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
0 commit comments