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 3737 runs-on : ubuntu-24.04
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
4141
4242 - name : Setup Python
4343 uses : actions/setup-python@v6
5454 runs-on : ubuntu-24.04
5555 steps :
5656 - name : Checkout
57- uses : actions/checkout@v4
57+ uses : actions/checkout@v5
5858
5959 - name : Setup Python
6060 uses : actions/setup-python@v6
9292 install : true
9393
9494 - name : Checkout
95- uses : actions/checkout@v4
95+ uses : actions/checkout@v5
9696
9797 # We ask Docker to use GitHub Action's native caching support to speed up
9898 # the build, per https://docs.docker.com/build/cache/backends/gha/.
@@ -131,7 +131,7 @@ jobs:
131131 - build
132132 steps :
133133 - name : Checkout
134- uses : actions/checkout@v4
134+ uses : actions/checkout@v5
135135
136136 - name : Download Single-Platform Packages
137137 uses : actions/download-artifact@v5
You can’t perform that action at this time.
0 commit comments