Skip to content

Commit 181b545

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update actions/checkout action to v7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd23749 commit 181b545

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/continuous-integration.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- '8.0'
2828
fail-fast: false
2929
steps:
30-
- uses: actions/checkout@v6
30+
- uses: actions/checkout@v7
3131
- name: Use Node.js ${{ matrix.node-version }}
3232
uses: actions/setup-node@v6
3333
with:
@@ -69,7 +69,7 @@ jobs:
6969
name: Code Lint
7070
runs-on: ubuntu-latest
7171
steps:
72-
- uses: actions/checkout@v6
72+
- uses: actions/checkout@v7
7373
- name: Use Node.js 22
7474
uses: actions/setup-node@v6
7575
with:
@@ -83,7 +83,7 @@ jobs:
8383
name: Commit Lint
8484
runs-on: ubuntu-latest
8585
steps:
86-
- uses: actions/checkout@v6
86+
- uses: actions/checkout@v7
8787
with:
8888
fetch-depth: 0
8989
- name: Use Node.js 22
@@ -103,7 +103,7 @@ jobs:
103103
security-events: write
104104
steps:
105105
- name: Checkout repository
106-
uses: actions/checkout@v6
106+
uses: actions/checkout@v7
107107

108108
- name: Initialize CodeQL
109109
uses: github/codeql-action/init@v4

0 commit comments

Comments
 (0)