Skip to content

Commit 5122c80

Browse files
Update actions/checkout digest to 93cb6ef
1 parent 022e277 commit 5122c80

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
151151
with:
152152
submodules: true
153153

0 commit comments

Comments
 (0)