Skip to content

Commit 16c6f98

Browse files
authored
Merge pull request #234 from proxystore/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 85a7449 + 0f44409 commit 16c6f98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Use pip cache
4848
id: pip-cache
49-
uses: actions/cache@v4
49+
uses: actions/cache@v5
5050
with:
5151
path: ${{ env.PIP_CACHE_DIR }}
5252
key: ${{ matrix.os }}-pip-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)