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 4bde760 commit fa306d0Copy full SHA for fa306d0
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ${{ matrix.os }}
21
22
steps:
23
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
24
- name: Use Node.js ${{ matrix.node-version }}
25
uses: actions/setup-node@v3
26
with:
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
if: "!contains(github.event.head_commit.message, '[skip ci]')"
11
12
- name: Checkout
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
14
15
fetch-depth: 0
16
- name: Setup Node.js
0 commit comments