Skip to content

Commit 356e292

Browse files
ci(action): update actions/checkout action to v5
1 parent 48643d6 commit 356e292

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@v4
41+
uses: actions/checkout@v5
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@v4
18+
- uses: actions/checkout@v5
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: lts/*

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- 22
1818
- 24
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Use Node.js ${{ matrix.node_version }}
2222
uses: actions/setup-node@v4
2323
with:
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- run: exit 1
3535
if: ${{ needs.test_matrix.result != 'success' }}
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
- run: npm ci
3838
- run: npm run lint
3939
- 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@v4
10+
- uses: actions/checkout@v5
1111
- uses: actions/setup-node@v4
1212
with:
1313
cache: npm

0 commit comments

Comments
 (0)