Skip to content

Commit f80f75f

Browse files
authored
Merge pull request #3697 from pygame-community/dependabot/github_actions/actions/cache-5.0.3
Bump actions/cache from 5.0.2 to 5.0.3
2 parents 4a928f9 + 0dce65b commit f80f75f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-macos.yml

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

3333
- name: Test for Mac Deps cache hit
3434
id: macdep-cache
35-
uses: actions/cache@v5.0.2
35+
uses: actions/cache@v5.0.3
3636
with:
3737
path: ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }}
3838
# The hash of all files in buildconfig manylinux-build and macdependencies is
@@ -99,14 +99,14 @@ jobs:
9999
- uses: actions/checkout@v6.0.2
100100

101101
- name: pip cache
102-
uses: actions/cache@v5.0.2
102+
uses: actions/cache@v5.0.3
103103
with:
104104
path: ~/Library/Caches/pip # This cache path is only right on mac
105105
key: pip-cache-${{ matrix.macarch }}-${{ matrix.os }}
106106

107107
- name: Fetch Mac deps
108108
id: macdep-cache
109-
uses: actions/cache@v5.0.2
109+
uses: actions/cache@v5.0.3
110110
with:
111111
path: ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }}
112112
key: macdep-${{ hashFiles('buildconfig/manylinux-build/**') }}-${{ hashFiles('buildconfig/macdependencies/*.sh') }}-${{ matrix.macarch }}

.github/workflows/run-ubuntu-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Cache debug python build
8989
id: cache-python
90-
uses: actions/cache@v5.0.2
90+
uses: actions/cache@v5.0.3
9191
with:
9292
key: ${{ matrix.python }}
9393
path: ~/.pyenv/versions/${{ matrix.python }}-debug/**

0 commit comments

Comments
 (0)