File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6868 - uses : actions/checkout@v4.2.1
6969
7070 - name : Build sources and run tests
71- uses : uraimo/run-on-arch-action@v2.7.2
71+ uses : uraimo/run-on-arch-action@v2.8.1
7272 id : build
7373 with :
7474 arch : ${{ matrix.base_image && 'none' || matrix.arch }}
@@ -136,7 +136,7 @@ jobs:
136136 done
137137
138138 - name : Test armv7 wheel on armv6
139- uses : uraimo/run-on-arch-action@v2.7.2
139+ uses : uraimo/run-on-arch-action@v2.8.1
140140 with :
141141 arch : armv6
142142 distro : bookworm
Original file line number Diff line number Diff line change 5151
5252 - name : Test for Mac Deps cache hit
5353 id : macdep-cache
54- uses : actions/cache@v4.1.1
54+ uses : actions/cache@v4.1.2
5555 with :
5656 path : ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }}
5757 # The hash of all files in buildconfig manylinux-build and macdependencies is
@@ -119,14 +119,14 @@ jobs:
119119 - uses : actions/checkout@v4.2.1
120120
121121 - name : pip cache
122- uses : actions/cache@v4.1.1
122+ uses : actions/cache@v4.1.2
123123 with :
124124 path : ~/Library/Caches/pip # This cache path is only right on mac
125125 key : pip-cache-${{ matrix.macarch }}-${{ matrix.os }}
126126
127127 - name : Fetch Mac deps
128128 id : macdep-cache
129- uses : actions/cache@v4.1.1
129+ uses : actions/cache@v4.1.2
130130 with :
131131 path : ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }}
132132 key : macdep-${{ hashFiles('buildconfig/manylinux-build/**') }}-${{ hashFiles('buildconfig/macdependencies/*.sh') }}-${{ matrix.macarch }}
You can’t perform that action at this time.
0 commit comments