File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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.2.1
54+ uses : actions/cache@v4.2.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
@@ -118,14 +118,14 @@ jobs:
118118 - uses : actions/checkout@v4.2.2
119119
120120 - name : pip cache
121- uses : actions/cache@v4.2.1
121+ uses : actions/cache@v4.2.2
122122 with :
123123 path : ~/Library/Caches/pip # This cache path is only right on mac
124124 key : pip-cache-${{ matrix.macarch }}-${{ matrix.os }}
125125
126126 - name : Fetch Mac deps
127127 id : macdep-cache
128- uses : actions/cache@v4.2.1
128+ uses : actions/cache@v4.2.2
129129 with :
130130 path : ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }}
131131 key : macdep-${{ hashFiles('buildconfig/manylinux-build/**') }}-${{ hashFiles('buildconfig/macdependencies/*.sh') }}-${{ matrix.macarch }}
Original file line number Diff line number Diff line change 8484
8585 - name : Cache debug python build
8686 id : cache-python
87- uses : actions/cache@v4.2.1
87+ uses : actions/cache@v4.2.2
8888 with :
8989 key : ${{ matrix.python }}
9090 path : ~/.pyenv/versions/${{ matrix.python }}-debug/**
You can’t perform that action at this time.
0 commit comments