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 4db6712 + 268b370 commit 2add53aCopy full SHA for 2add53a
.github/workflows/nextjs.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ubuntu-latest
33
steps:
34
- name: Checkout
35
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
36
- name: Detect package manager
37
id: detect-package-manager
38
run: |
.github/workflows/node.js.yml
@@ -12,7 +12,7 @@ jobs:
12
permissions:
13
security-events: write
14
15
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
16
- uses: github/codeql-action/init@v4
17
with:
18
languages: typescript
@@ -28,7 +28,7 @@ jobs:
28
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
29
30
31
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
0 commit comments