File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 runs-on : ubuntu-22.04
122122 steps :
123123 - name : Download all multiarch artifacts
124- uses : actions/download-artifact@v4
124+ uses : actions/download-artifact@v5
125125 with :
126126 name : pygame-multiarch-armv7-dist
127127 path : ~/artifacts
Original file line number Diff line number Diff line change 3232
3333 - name : Test for Mac Deps cache hit
3434 id : macdep-cache
35- uses : actions/cache@v4.2.3
35+ uses : actions/cache@v4.2.4
3636 with :
3737 path : ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }}
3838 # The hash of all files in buildconfig manylinux-build and macdependencies is
@@ -99,14 +99,14 @@ jobs:
9999 - uses : actions/checkout@v4.2.2
100100
101101 - name : pip cache
102- uses : actions/cache@v4.2.3
102+ uses : actions/cache@v4.2.4
103103 with :
104104 path : ~/Library/Caches/pip # This cache path is only right on mac
105105 key : pip-cache-${{ matrix.macarch }}-${{ matrix.os }}
106106
107107 - name : Fetch Mac deps
108108 id : macdep-cache
109- uses : actions/cache@v4.2.3
109+ uses : actions/cache@v4.2.4
110110 with :
111111 path : ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }}
112112 key : macdep-${{ hashFiles('buildconfig/manylinux-build/**') }}-${{ hashFiles('buildconfig/macdependencies/*.sh') }}-${{ matrix.macarch }}
Original file line number Diff line number Diff line change 3636 - uses : actions/checkout@v4.2.2
3737
3838 - name : Log in to the Container registry
39- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
39+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
4040 with :
4141 registry : ghcr.io
4242 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@v4.2.2
3030
3131 - name : Download all artifacts
32- uses : actions/download-artifact@v4
32+ uses : actions/download-artifact@v5
3333 with :
3434 path : pygame-wheels
3535 merge-multiple : true
Original file line number Diff line number Diff line change 9090
9191 - name : Cache debug python build
9292 id : cache-python
93- uses : actions/cache@v4.2.3
93+ uses : actions/cache@v4.2.4
9494 with :
9595 key : ${{ matrix.python }}
9696 path : ~/.pyenv/versions/${{ matrix.python }}-debug/**
You can’t perform that action at this time.
0 commit comments