File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
runs-on : ubuntu-24.04
38
38
steps :
39
39
- name : Checkout
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
41
41
42
42
- name : Setup Python
43
43
uses : actions/setup-python@v6
54
54
runs-on : ubuntu-24.04
55
55
steps :
56
56
- name : Checkout
57
- uses : actions/checkout@v4
57
+ uses : actions/checkout@v5
58
58
59
59
- name : Setup Python
60
60
uses : actions/setup-python@v6
92
92
install : true
93
93
94
94
- name : Checkout
95
- uses : actions/checkout@v4
95
+ uses : actions/checkout@v5
96
96
97
97
# We ask Docker to use GitHub Action's native caching support to speed up
98
98
# the build, per https://docs.docker.com/build/cache/backends/gha/.
@@ -131,7 +131,7 @@ jobs:
131
131
- build
132
132
steps :
133
133
- name : Checkout
134
- uses : actions/checkout@v4
134
+ uses : actions/checkout@v5
135
135
136
136
- name : Download Single-Platform Packages
137
137
uses : actions/download-artifact@v5
You can’t perform that action at this time.
0 commit comments