Skip to content

Commit 4951837

Browse files
ci(action): update actions/checkout action to v5 (#745)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f576bc8 commit 4951837

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/codeql.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
@@ -19,7 +19,7 @@ jobs:
1919
name: release
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- uses: actions/setup-node@v4
2424
with:
2525
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:
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- run: exit 1
3333
if: ${{ needs.test_matrix.result != 'success' }}
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
- run: npm ci
3636
- run: npm run lint
3737
- run: npm run test:typescript

.github/workflows/update-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
app-id: ${{ vars.OCTOKIT_APP_ID }}
1414
private-key: ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: actions/setup-node@v4
1717
with:
1818
cache: npm

0 commit comments

Comments
 (0)