Skip to content

Commit 75d7e33

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update actions/checkout action to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ccc0d8 commit 75d7e33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
runs-on: ${{ matrix.os }}
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
3333
- name: Use Node.js ${{ matrix.node-version }}
@@ -70,7 +70,7 @@ jobs:
7070
name: Code Lint
7171
runs-on: ubuntu-latest
7272
steps:
73-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
73+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7474
with:
7575
fetch-depth: 0
7676
- name: Use Node.js 20
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-latest
9292
if: ${{ github.event.pull_request }}
9393
steps:
94-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
94+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9595
with:
9696
fetch-depth: 0
9797
- name: Use Node.js 20
@@ -115,7 +115,7 @@ jobs:
115115

116116
steps:
117117
- name: Checkout repository
118-
uses: actions/checkout@v4
118+
uses: actions/checkout@v5
119119

120120
- name: Initialize CodeQL
121121
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)