Skip to content

Commit 9555f31

Browse files
ci(action): update actions/checkout action to v6
1 parent 96f572f commit 9555f31

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: release
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- uses: actions/setup-node@v6
2020
with:
2121
node-version: lts/*

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- 22
1919
- 24
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- name: Use Node.js ${{ matrix.node_version }}
2323
uses: actions/setup-node@v6
2424
with:
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- run: exit 1
3434
if: ${{ needs.test_matrix.result != 'success' }}
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
- run: npm ci
3737
- run: npm run lint
3838
- run: npm run build

.github/workflows/update-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
update_prettier:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
- uses: actions/setup-node@v6
1212
with:
1313
cache: npm

0 commit comments

Comments
 (0)