Skip to content

Commit 0a8aec5

Browse files
Update actions/checkout digest to 93cb6ef
1 parent 9f2f1f0 commit 0a8aec5

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
@@ -7,7 +7,7 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
10+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1111
with:
1212
fetch-depth: 0
1313
- uses: actions/setup-java@v5
@@ -29,7 +29,7 @@ jobs:
2929
if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
32+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3333
with:
3434
fetch-depth: 0
3535
- uses: actions/setup-java@v5

0 commit comments

Comments
 (0)