Skip to content

Commit 04b60b7

Browse files
Merge pull request #76 from VirtualProgrammingLab/dependabot/github_actions/actions/cache-4.0.1
Bump actions/cache from 3.3.2 to 4.0.1
2 parents 1cae76d + dbe24e9 commit 04b60b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/github-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: echo "::set-output name=dir::$(pip cache dir)"
2727

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

0 commit comments

Comments
 (0)