Skip to content

Commit 52d474c

Browse files
Merge pull request #90 from VirtualProgrammingLab/dependabot/github_actions/actions/cache-5.0.2
Bump actions/cache from 5.0.1 to 5.0.2
2 parents 17dbb24 + 61aa617 commit 52d474c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
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@v5.0.1
29+
uses: actions/cache@v5.0.2
3030
with:
3131
path: ${{ steps.pip-cache.outputs.dir }}
3232
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)