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 31
31
with :
32
32
access_token : ${{ github.token }}
33
33
- name : ' Check out repository'
34
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
34
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
35
35
- name : ' Cache local Maven repository'
36
36
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
37
37
with :
58
58
runs-on : ubuntu-latest
59
59
steps :
60
60
- name : ' Check out repository'
61
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
61
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
62
62
- name : ' Cache local Maven repository'
63
63
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
64
64
with :
87
87
runs-on : ubuntu-latest
88
88
steps :
89
89
- name : ' Check out repository'
90
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
90
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
91
91
- name : ' Cache local Maven repository'
92
92
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
93
93
with :
You can’t perform that action at this time.
0 commit comments