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.
1 parent 1c856fb commit f6d69d9Copy full SHA for f6d69d9
.github/workflows/CI.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
- name: Install Node.js ${{ matrix.node-version }}
19
uses: actions/setup-node@v4
20
with:
.github/workflows/RELEASE.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
31
32
33
- name: Use Node.js
34
35
0 commit comments