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.
2 parents 17f9991 + 36affd9 commit a01e971Copy full SHA for a01e971
2 files changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Check out repository
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v7
20
21
- name: Set up Node.js
22
uses: actions/setup-node@v6
.github/workflows/nextrelease.yml
@@ -11,7 +11,7 @@ jobs:
11
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' && github.head_ref == 'nextrelease' }}
12
runs-on: ubuntu-latest
13
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v7
15
with:
fetch-depth: 0
- uses: actions/setup-node@v6
0 commit comments