Skip to content

Commit 7dbbe21

Browse files
authored
Merge pull request #7 from EarlhamInst/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents df47d61 + a53c23a commit 7dbbe21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install project
2323
run: pip install .
2424
- name: Persist requests-cache's cache file
25-
uses: actions/cache@v4
25+
uses: actions/cache@v5
2626
with:
2727
key: http_cache-${{ github.run_id }}
2828
path: http_cache.sqlite

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install project
3838
run: pip install .
3939
- name: Persist requests-cache's cache file
40-
uses: actions/cache@v4
40+
uses: actions/cache@v5
4141
with:
4242
key: http_cache-${{ github.run_id }}
4343
path: http_cache.sqlite

0 commit comments

Comments
 (0)