Skip to content

Commit

Permalink
Merge pull request #76 from VirtualProgrammingLab/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/cache-4.0.1

Bump actions/cache from 3.3.2 to 4.0.1
  • Loading branch information
pascalseeland authored Jul 14, 2024
2 parents 1cae76d + dbe24e9 commit 04b60b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "::set-output name=dir::$(pip cache dir)"

- name: Cache dependencies
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand Down

0 comments on commit 04b60b7

Please sign in to comment.