Skip to content

Commit 183ab72

Browse files
Update actions/checkout action to v6
1 parent 022e277 commit 183ab72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: [ubuntu-latest, windows-latest]
2121

2222
steps:
23-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
23+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2424
with:
2525
submodules: true
2626

@@ -47,7 +47,7 @@ jobs:
4747
needs: test
4848
if: github.ref == 'refs/heads/main'
4949
steps:
50-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
50+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
5151
with:
5252
submodules: true
5353
fetch-depth: 0
@@ -147,7 +147,7 @@ jobs:
147147
runs-on: ubuntu-latest
148148
needs: test
149149
steps:
150-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
150+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
151151
with:
152152
submodules: true
153153

0 commit comments

Comments
 (0)