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 689375d commit ea1582aCopy full SHA for ea1582a
.github/workflows/integration-testing.yml
@@ -16,7 +16,7 @@ jobs:
16
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
17
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- name: Use Node.js ${{ matrix.node-version }}
21
uses: actions/setup-node@v4
22
with:
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
- name: Checkout
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
13
14
fetch-depth: 0
15
- name: Setup Node.js
0 commit comments