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 a58cc31 commit 0225aeeCopy full SHA for 0225aee
3 files changed
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
node-version: [24.x]
23
24
steps:
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
26
- name: Use Node.js ${{ matrix.node-version }}
27
uses: actions/setup-node@v3
28
with:
.github/workflows/nextjs_bundle_analysis.yml
@@ -21,7 +21,7 @@ jobs:
21
analyze:
runs-on: ubuntu-latest
- name: Install Node.js
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Checkout code
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
20
fetch-depth: 0
lfs: true
0 commit comments