Skip to content

Commit a8b5cc2

Browse files
authored
Merge pull request #238 from vpython/dependabot/github_actions/actions/cache-3
Bump actions/cache from 1 to 3
2 parents 3671afb + a717f03 commit a8b5cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)"
3131
32-
- uses: actions/cache@v1
32+
- uses: actions/cache@v3
3333
with:
3434
path: ${{ steps.pip-cache.outputs.dir }}
3535
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}

0 commit comments

Comments
 (0)