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 3333 runs-on : ubuntu-24.04
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737
3838 - name : Setup Python
3939 uses : actions/setup-python@v5
5050 runs-on : ubuntu-24.04
5151 steps :
5252 - name : Checkout
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v5
5454
5555 - name : Setup Python
5656 uses : actions/setup-python@v5
8888 install : true
8989
9090 - name : Checkout
91- uses : actions/checkout@v4
91+ uses : actions/checkout@v5
9292
9393 # We ask Docker to use GitHub Action's native caching support to speed up
9494 # the build, per https://docs.docker.com/build/cache/backends/gha/.
@@ -128,7 +128,7 @@ jobs:
128128 - build
129129 steps :
130130 - name : Checkout
131- uses : actions/checkout@v4
131+ uses : actions/checkout@v5
132132
133133 - name : Download Single-Platform Packages
134134 uses : actions/download-artifact@v5
You can’t perform that action at this time.
0 commit comments