File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-22.04
12
12
name : Docker push SHA
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-api:$GITHUB_SHA
17
17
- name : run Perl tests
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-22.04
12
12
name : Docker push latest
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-api:latest
17
17
- name : Login to Docker Hub
Original file line number Diff line number Diff line change 23
23
uses : haarg/setup-git-user@v1
24
24
with :
25
25
jwt : ${{ steps.auth-token.outputs.jwt }}
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
with :
28
28
token : ${{ steps.auth-token.outputs.access-token }}
29
29
- name : Set up installation local::lib
You can’t perform that action at this time.
0 commit comments