File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
verify-gradle-wrapper :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
15
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
16
16
- uses : gradle/wrapper-validation-action@8d49e559aae34d3e0eb16cde532684bc9702762b # v1.0.6
17
17
18
18
build :
22
22
matrix :
23
23
jdk : [11, 15, 16]
24
24
steps :
25
- - uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
25
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
26
26
- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
27
27
with :
28
28
path : |
50
50
51
51
steps :
52
52
- name : Check out code
53
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
53
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
54
54
with :
55
55
fetch-depth : ' 0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
56
56
You can’t perform that action at this time.
0 commit comments