Skip to content

Commit ea2a67d

Browse files
chore(deps): update actions/checkout action to v6.0.1 (#72)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d103b78 commit ea2a67d

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
@@ -16,7 +16,7 @@ jobs:
1616
if: github.ref != 'refs/heads/main'
1717
runs-on: ubuntu-24.04
1818
steps:
19-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
19+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2020
with:
2121
fetch-depth: 0
2222
token: ${{secrets.GITHUB_TOKEN}}
@@ -83,7 +83,7 @@ jobs:
8383
if: github.ref == 'refs/heads/main' && startsWith(github.event.head_commit.message, 'no-release') == false
8484
runs-on: ubuntu-24.04
8585
steps:
86-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
86+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8787
with:
8888
fetch-depth: 0
8989
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)