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 02a01a6 commit 008044fCopy full SHA for 008044f
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
24
- name: Setup Node.js
25
uses: actions/setup-node@v4
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments