File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
name : Pre-commit checks
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
- uses : actions/setup-python@v5
31
31
with :
32
32
python-version : " 3.x"
75
75
76
76
steps :
77
77
- name : Checkout
78
- uses : actions/checkout@v4
78
+ uses : actions/checkout@v5
79
79
with :
80
80
fetch-depth : 50
81
81
Original file line number Diff line number Diff line change 14
14
name : Deploy multi-arch images
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
- name : Install ORAS
19
19
run : sudo snap install oras --classic
20
20
- name : Deploy
Original file line number Diff line number Diff line change 16
16
name : Update dependencies
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
21
21
with :
22
22
python-versions : " 3.12"
You can’t perform that action at this time.
0 commit comments