File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
# Source: https://github.com/day8/dockerfile-for-dev-ci-image
13
13
image : ghcr.io/day8/dockerfile-for-dev-ci-image/chrome-latest:2
14
14
steps :
15
- - uses : actions/checkout@v1
15
+ - uses : actions/checkout@v4
16
16
- name : Maven cache
17
17
uses : actions/cache@v4
18
18
with :
53
53
# Source: https://github.com/day8/dockerfile-for-dev-ci-image
54
54
image : ghcr.io/day8/dockerfile-for-dev-ci-image/chrome-latest:2
55
55
steps :
56
- - uses : actions/checkout@v1
56
+ - uses : actions/checkout@v4
57
57
- name : Maven cache
58
58
uses : actions/cache@v4
59
59
with :
Original file line number Diff line number Diff line change 9
9
# Source: https://github.com/day8/dockerfile-for-dev-ci-image
10
10
image : ghcr.io/day8/dockerfile-for-dev-ci-image/chrome-latest:2
11
11
steps :
12
- - uses : actions/checkout@v1
12
+ - uses : actions/checkout@v4
13
13
- name : Maven cache
14
14
uses : actions/cache@v4
15
15
with :
You can’t perform that action at this time.
0 commit comments