File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-22.04
12
12
name : Docker Push
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- name : Docker build
16
16
run : docker build . -t metacpan/metacpan-web:$GITHUB_SHA
17
17
- name : Run Perl tests
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-22.04
11
11
name : Docker Push
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : docker build
15
15
run : docker build . -t metacpan/metacpan-web:latest -t metacpan/metacpan-web:$GITHUB_SHA
16
16
- name : run Perl tests
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
with :
20
20
# We must fetch at least the immediate parents so that if this is
21
21
# a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-22.04
15
15
name : Docker
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- name : docker build
19
19
run : docker build . --target test -t metacpan/metacpan-web:latest
20
20
- name : run Perl tests
37
37
env :
38
38
DEVEL_COVER_OPTIONS : " -ignore,^local/"
39
39
steps :
40
- - uses : actions/checkout@v3
40
+ - uses : actions/checkout@v4
41
41
- uses : actions/setup-node@v4
42
42
with :
43
43
node-version : " 18"
Original file line number Diff line number Diff line change 18
18
uses : haarg/setup-git-user@v1
19
19
with :
20
20
jwt : ${{ steps.auth-token.outputs.jwt }}
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
token : ${{ steps.auth-token.outputs.access-token }}
24
24
- name : Set up installation local::lib
You can’t perform that action at this time.
0 commit comments