Skip to content

Commit 305cf01

Browse files
authored
Merge pull request #3153 from pygame-community/dependabot/github_actions/actions/cache-4.1.0
Bump actions/cache from 4.0.2 to 4.1.0
2 parents e5c4b48 + 85a521c commit 305cf01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Test for Mac Deps cache hit
5353
id: macdep-cache
54-
uses: actions/cache@v4.0.2
54+
uses: actions/cache@v4.1.0
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/[email protected]
120120

121121
- name: pip cache
122-
uses: actions/cache@v4.0.2
122+
uses: actions/cache@v4.1.0
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.0.2
129+
uses: actions/cache@v4.1.0
130130
with:
131131
path: ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }}
132132
key: macdep-${{ hashFiles('buildconfig/manylinux-build/**') }}-${{ hashFiles('buildconfig/macdependencies/*.sh') }}-${{ matrix.macarch }}

0 commit comments

Comments
 (0)