Skip to content

Commit b44177a

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1 (#30)
1 parent 6cbbb31 commit b44177a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
lint:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6.0.0
14+
- uses: actions/checkout@v6.0.1
1515
with:
1616
fetch-depth: 0
1717
lfs: true
@@ -25,7 +25,7 @@ jobs:
2525
# https://docs.npmjs.com/generating-provenance-statements#publishing-packages-with-provenance-via-github-actions
2626
id-token: write
2727
steps:
28-
- uses: actions/checkout@v6.0.0
28+
- uses: actions/checkout@v6.0.1
2929
with:
3030
fetch-depth: 0
3131
lfs: true

0 commit comments

Comments
 (0)