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
contents : read
20
20
steps :
21
21
- name : Check out the repo
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
with :
24
24
fetch-depth : ' 0'
25
25
Original file line number Diff line number Diff line change 27
27
id-token : write
28
28
steps :
29
29
- name : Check out the repo
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
32
32
- name : Log in to Docker Hub
33
33
uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
Original file line number Diff line number Diff line change 17
17
timeout-minutes : 15
18
18
steps :
19
19
- name : Check out repository code
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
- name : Setup Python
22
22
uses : actions/setup-python@v5
23
23
with :
41
41
runs-on : ubuntu-latest
42
42
steps :
43
43
- name : Check out repository code
44
- uses : actions/checkout@v4
44
+ uses : actions/checkout@v5
45
45
- name : Lint Dockerfile with hadolint
46
46
uses : hadolint/hadolint-action@v3.1.0
47
47
with :
53
53
runs-on : ubuntu-latest
54
54
steps :
55
55
- name : Checkout Repository
56
- uses : actions/checkout@v4
56
+ uses : actions/checkout@v5
57
57
- name : Install jq
58
58
run : sudo apt-get install -y jq
59
59
- name : Lint JSON Files
You can’t perform that action at this time.
0 commit comments