Skip to content

Commit ca77b33

Browse files
authored
Merge pull request #2767 from pygame-community/dependabot/github_actions/actions/cache-4.0.2
Bump actions/cache from 4.0.1 to 4.0.2
2 parents 65a256d + 4d94e50 commit ca77b33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-emsdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Cache Cython
5353
id: cache-cython
54-
uses: actions/cache@v4.0.1
54+
uses: actions/cache@v4.0.2
5555
with:
5656
path: ${{ env.WHEELHOUSE_CYTHON }}
5757
key: wasm-ubuntu-cython-${{ env.LATEST_CYTHON_COMMIT }}-path-${{ env.WHEELHOUSE_CYTHON }}

.github/workflows/build-macos.yml

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

5050
- name: Test for Mac Deps cache hit
5151
id: macdep-cache
52-
uses: actions/cache@v4.0.1
52+
uses: actions/cache@v4.0.2
5353
with:
5454
path: ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }}
5555
# The hash of all files in buildconfig manylinux-build and macdependencies is
@@ -163,14 +163,14 @@ jobs:
163163
- uses: actions/checkout@v4.1.2
164164

165165
- name: pip cache
166-
uses: actions/cache@v4.0.1
166+
uses: actions/cache@v4.0.2
167167
with:
168168
path: ~/Library/Caches/pip # This cache path is only right on mac
169169
key: pip-cache-${{ matrix.name }}
170170

171171
- name: Fetch Mac deps
172172
id: macdep-cache
173-
uses: actions/cache@v4.0.1
173+
uses: actions/cache@v4.0.2
174174
with:
175175
path: ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }}
176176
key: macdep-${{ hashFiles('buildconfig/manylinux-build/**') }}-${{ hashFiles('buildconfig/macdependencies/*.sh') }}-${{ matrix.macarch }}

0 commit comments

Comments
 (0)