Skip to content

Commit 55357f0

Browse files
Update actions/checkout digest to 8e5e7e5
1 parent 46f9506 commit 55357f0

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
@@ -12,7 +12,7 @@ jobs:
1212
verify-gradle-wrapper:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
15+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
1616
- uses: gradle/wrapper-validation-action@8d49e559aae34d3e0eb16cde532684bc9702762b # v1.0.6
1717

1818
build:
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
jdk: [11, 15, 16]
2424
steps:
25-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
25+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
2626
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
2727
with:
2828
path: |
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Check out code
53-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
53+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
5454
with:
5555
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
5656

0 commit comments

Comments
 (0)