Skip to content

Commit e73c2c0

Browse files
Merge pull request #93 from VirtualProgrammingLab/dependabot/github_actions/actions/cache-5.0.5
Bump actions/cache from 5.0.3 to 5.0.5
2 parents 2562e5c + d0ddb2a commit e73c2c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)