File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
matrix : ${{ steps.set-matrix.outputs.matrix }}
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
24
24
- name : Generate python
25
25
uses : actions/setup-python@v4
55
55
runs-on : ubuntu-latest
56
56
steps :
57
57
- name : Checkout
58
- uses : actions/checkout@v3
58
+ uses : actions/checkout@v4
59
59
60
60
- name : Setup python
61
61
uses : actions/setup-python@v4
86
86
max-wait-time : 30
87
87
88
88
- name : Checkout
89
- uses : actions/checkout@v3
89
+ uses : actions/checkout@v4
90
90
91
91
- name : Remove old Dockerfiles
92
92
run : rm -rf dockerfiles
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Docker Hub Description
18
18
uses : peter-evans/dockerhub-description@v3
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
15
- name : Action Update License Year
You can’t perform that action at this time.
0 commit comments