Skip to content

Commit ac8eb55

Browse files
chore(deps): update actions/checkout action to v4.1.6 (#120)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1d662d7 commit ac8eb55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
nbgv: ${{ steps.nbgv.outputs.SemVer2 }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4.1.1
20+
uses: actions/checkout@v4.1.6
2121
with:
2222
fetch-depth: 0
2323
lfs: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
nbgv: ${{ steps.nbgv.outputs.SemVer2 }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4.1.1
20+
uses: actions/checkout@v4.1.6
2121
with:
2222
fetch-depth: 0
2323
lfs: true

0 commit comments

Comments
 (0)