Skip to content

Commit 8f6b546

Browse files
Bump actions/cache from 3.3.1 to 3.3.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e69f6b commit 8f6b546

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)