We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb44a7 commit b122603Copy full SHA for b122603
1 file changed
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
node-version: [18.x, 20.x, 22.x, 24.x]
14
steps:
15
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
16
- name: Use Node.js ${{ matrix.node-version }}
17
uses: actions/setup-node@v6
18
with:
0 commit comments