File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
52
52
- name : Test for Mac Deps cache hit
53
53
id : macdep-cache
54
- uses : actions/cache@v4.1.2
54
+ uses : actions/cache@v4.2.0
55
55
with :
56
56
path : ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }}
57
57
# The hash of all files in buildconfig manylinux-build and macdependencies is
@@ -118,14 +118,14 @@ jobs:
118
118
- uses : actions/checkout@v4.2.2
119
119
120
120
- name : pip cache
121
- uses : actions/cache@v4.1.2
121
+ uses : actions/cache@v4.2.0
122
122
with :
123
123
path : ~/Library/Caches/pip # This cache path is only right on mac
124
124
key : pip-cache-${{ matrix.macarch }}-${{ matrix.os }}
125
125
126
126
- name : Fetch Mac deps
127
127
id : macdep-cache
128
- uses : actions/cache@v4.1.2
128
+ uses : actions/cache@v4.2.0
129
129
with :
130
130
path : ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }}
131
131
key : macdep-${{ hashFiles('buildconfig/manylinux-build/**') }}-${{ hashFiles('buildconfig/macdependencies/*.sh') }}-${{ matrix.macarch }}
You can’t perform that action at this time.
0 commit comments