diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 3034df22d7..dde5061e72 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -51,7 +51,7 @@ jobs: - name: Test for Mac Deps cache hit id: macdep-cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }} # The hash of all files in buildconfig manylinux-build and macdependencies is @@ -119,14 +119,14 @@ jobs: - uses: actions/checkout@v4.2.1 - name: pip cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ~/Library/Caches/pip # This cache path is only right on mac key: pip-cache-${{ matrix.macarch }}-${{ matrix.os }} - name: Fetch Mac deps id: macdep-cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }} key: macdep-${{ hashFiles('buildconfig/manylinux-build/**') }}-${{ hashFiles('buildconfig/macdependencies/*.sh') }}-${{ matrix.macarch }}