Skip to content

Commit f4f69cf

Browse files
authored
Merge pull request #3391 from pygame-community/dependabot/github_actions/actions/cache-4.2.3
Bump actions/cache from 4.2.2 to 4.2.3
2 parents e3db181 + 4677a25 commit f4f69cf

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
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Test for Mac Deps cache hit
5353
id: macdep-cache
54-
uses: actions/[email protected].2
54+
uses: actions/[email protected].3
5555
with:
5656
path: ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }}
5757
# The hash of all files in buildconfig manylinux-build and macdependencies is
@@ -118,14 +118,14 @@ jobs:
118118
- uses: actions/[email protected]
119119

120120
- name: pip cache
121-
uses: actions/[email protected].2
121+
uses: actions/[email protected].3
122122
with:
123123
path: ~/Library/Caches/pip # This cache path is only right on mac
124124
key: pip-cache-${{ matrix.macarch }}-${{ matrix.os }}
125125

126126
- name: Fetch Mac deps
127127
id: macdep-cache
128-
uses: actions/[email protected].2
128+
uses: actions/[email protected].3
129129
with:
130130
path: ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }}
131131
key: macdep-${{ hashFiles('buildconfig/manylinux-build/**') }}-${{ hashFiles('buildconfig/macdependencies/*.sh') }}-${{ matrix.macarch }}

.github/workflows/build-ubuntu-debug-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Cache debug python build
8686
id: cache-python
87-
uses: actions/[email protected].2
87+
uses: actions/[email protected].3
8888
with:
8989
key: ${{ matrix.python }}
9090
path: ~/.pyenv/versions/${{ matrix.python }}-debug/**

0 commit comments

Comments
 (0)