File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 runs-on : ubuntu-24.04
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@v6
42+ uses : actions/checkout@v7
4343
4444 - name : Setup Python
4545 uses : actions/setup-python@v6
5656 runs-on : ubuntu-24.04
5757 steps :
5858 - name : Checkout
59- uses : actions/checkout@v6
59+ uses : actions/checkout@v7
6060
6161 - name : Setup Python
6262 uses : actions/setup-python@v6
9494 install : true
9595
9696 - name : Checkout
97- uses : actions/checkout@v6
97+ uses : actions/checkout@v7
9898
9999 # We ask Docker to use GitHub Action's native caching support to speed up
100100 # the build, per https://docs.docker.com/build/cache/backends/gha/.
@@ -134,7 +134,7 @@ jobs:
134134 - build
135135 steps :
136136 - name : Checkout
137- uses : actions/checkout@v6
137+ uses : actions/checkout@v7
138138
139139 - name : Download Single-Platform Packages
140140 uses : actions/download-artifact@v8
You can’t perform that action at this time.
0 commit comments