Skip to content

Commit 750786d

Browse files
Bump actions/cache from 4.1.0 to 4.1.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.1.0...v4.1.1) --- 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 6e0e0c6 commit 750786d

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

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