Skip to content

Commit a9a6bd4

Browse files
authored
Merge pull request #283 from vpython/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 6
2 parents 3647363 + 5437bf6 commit a9a6bd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)"
5151
52-
- uses: actions/cache@v4
52+
- uses: actions/cache@v6
5353
with:
5454
path: ${{ steps.pip-cache.outputs.dir }}
5555
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}

0 commit comments

Comments
 (0)