Skip to content

Commit

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

Bump actions/cache from 4.0.1 to 4.0.2
  • Loading branch information
pascalseeland authored Jul 17, 2024
2 parents cd07a12 + ad7a075 commit 585b808
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@v4.0.1
uses: actions/cache@v4.0.2
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand Down

0 comments on commit 585b808

Please sign in to comment.