File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
52
52
- name : Cache Cython
53
53
id : cache-cython
54
- uses : actions/cache@v4.0.1
54
+ uses : actions/cache@v4.0.2
55
55
with :
56
56
path : ${{ env.WHEELHOUSE_CYTHON }}
57
57
key : wasm-ubuntu-cython-${{ env.LATEST_CYTHON_COMMIT }}-path-${{ env.WHEELHOUSE_CYTHON }}
Original file line number Diff line number Diff line change 49
49
50
50
- name : Test for Mac Deps cache hit
51
51
id : macdep-cache
52
- uses : actions/cache@v4.0.1
52
+ uses : actions/cache@v4.0.2
53
53
with :
54
54
path : ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }}
55
55
# The hash of all files in buildconfig manylinux-build and macdependencies is
@@ -163,14 +163,14 @@ jobs:
163
163
- uses : actions/checkout@v4.1.2
164
164
165
165
- name : pip cache
166
- uses : actions/cache@v4.0.1
166
+ uses : actions/cache@v4.0.2
167
167
with :
168
168
path : ~/Library/Caches/pip # This cache path is only right on mac
169
169
key : pip-cache-${{ matrix.name }}
170
170
171
171
- name : Fetch Mac deps
172
172
id : macdep-cache
173
- uses : actions/cache@v4.0.1
173
+ uses : actions/cache@v4.0.2
174
174
with :
175
175
path : ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }}
176
176
key : macdep-${{ hashFiles('buildconfig/manylinux-build/**') }}-${{ hashFiles('buildconfig/macdependencies/*.sh') }}-${{ matrix.macarch }}
You can’t perform that action at this time.
0 commit comments