Skip to content

Commit deea5f1

Browse files
Bump actions/cache from 4.1.1 to 4.1.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 87aeb2d commit deea5f1

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.1.1
54+
uses: actions/cache@v4.1.2
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/checkout@v4.2.1
120120

121121
- name: pip cache
122-
uses: actions/cache@v4.1.1
122+
uses: actions/cache@v4.1.2
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.1.1
129+
uses: actions/cache@v4.1.2
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)