Skip to content

Commit cdec276

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
73+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7474
with:
7575
fetch-depth: 0
7676
- name: Use Node.js 18
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-latest
9292
if: ${{ github.event.pull_request }}
9393
steps:
94-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
94+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
9595
with:
9696
fetch-depth: 0
9797
- name: Use Node.js 18

0 commit comments

Comments
 (0)