Skip to content

Commit 2be0b73

Browse files
authored
Merge pull request #2448 from pygame-community/dependabot/github_actions/actions/cache-3.3.2
Bump actions/cache from 3.3.1 to 3.3.2
2 parents a0c3b4a + 8f6b546 commit 2be0b73

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/[email protected].1
54+
uses: actions/[email protected].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/[email protected].1
52+
uses: actions/[email protected].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/[email protected]
164164

165165
- name: pip cache
166-
uses: actions/[email protected].1
166+
uses: actions/[email protected].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/[email protected].1
173+
uses: actions/[email protected].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)