File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
access_token : ${{ github.token }}
24
24
- name : ' Check out repository'
25
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
25
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
26
26
- name : ' Cache local Maven repository'
27
27
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
28
28
with :
49
49
runs-on : ubuntu-latest
50
50
steps :
51
51
- name : ' Check out repository'
52
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
52
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
53
53
- name : ' Cache local Maven repository'
54
54
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
55
55
with :
78
78
runs-on : ubuntu-latest
79
79
steps :
80
80
- name : ' Check out repository'
81
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
81
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
82
82
- name : ' Cache local Maven repository'
83
83
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
84
84
with :
You can’t perform that action at this time.
0 commit comments