Skip to content

Commit 88b2c0a

Browse files
Merge pull request #83 from VirtualProgrammingLab/dependabot/github_actions/actions/cache-4.1.2
Bump actions/cache from 4.0.2 to 4.1.2
2 parents 895583e + 4a9510e commit 88b2c0a

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

0 commit comments

Comments
 (0)