Skip to content

Commit ffabcaf

Browse files
committed
chore: update actions/checkout action to v6.0.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b9068ba commit ffabcaf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
name: Code Lint
7171
runs-on: ubuntu-latest
7272
steps:
73-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
73+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7474
with:
7575
fetch-depth: 0
7676
- name: Use Node.js 22
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-latest
9292
if: ${{ github.event.pull_request }}
9393
steps:
94-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
94+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9595
with:
9696
fetch-depth: 0
9797
- name: Use Node.js 22

0 commit comments

Comments
 (0)