8000 Merge pull request #255 from vpython/dependabot/github_actions/action… · vpython/vpython-jupyter@66f1138 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66f1138

Browse files
authored
Merge pull request #255 from vpython/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 56a6781 + 5701e3a commit 66f1138

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@v3
32+
- uses: actions/cache@v4
3333
with:
3434
path: ${{ steps.pip-cache.outputs.dir }}
3535
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}

0 commit comments

Comments
 (0)
0