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.
2 parents 5a50a71 + da2daf5 commit 39336cfCopy full SHA for 39336cf
.github/workflows/nodejs.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: [20.x, 22.x]
20
runs-on: ${{ matrix.os }}
21
steps:
22
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
23
- name: Set up Node.js
24
uses: actions/setup-node@v6
25
with:
@@ -71,7 +71,7 @@ jobs:
71
os: [ubuntu-latest]
72
73
74
75
76
77
@@ -117,7 +117,7 @@ jobs:
117
needs: build
118
119
- name: Checkout code
120
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
121
122
123
0 commit comments