Skip to content

Commit

Permalink
Merge pull request #1822 from dandi/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4

[gh-actions](deps): Bump actions/cache from 3 to 4
  • Loading branch information
mvandenburgh authored Jan 22, 2024
2 parents bee9b58 + 458ec66 commit 880a102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Install latest version of pip
run: pip install --upgrade pip

- uses: actions/cache@v3
- uses: actions/cache@v4
id: pip-cache
with:
path: ${{ env.pythonLocation}}/lib/python3.11/site-packages/*
Expand Down

0 comments on commit 880a102

Please sign in to comment.