File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
15
15
- name : Check Out Repo
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
ref : develop
19
19
Original file line number Diff line number Diff line change 11
11
steps :
12
12
13
13
- name : Check Out Repo
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
16
16
- name : Login to Docker Hub
17
17
uses : docker/login-action@v2
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
token : ${{ secrets.PAT }}
16
16
fetch-depth : 2
Original file line number Diff line number Diff line change 13
13
steps :
14
14
15
15
- name : Check Out Repo
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
You can’t perform that action at this time.
0 commit comments