Skip to content

Commit 4267496

Browse files
Update actions/cache action to v5 (#183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2d73a9f commit 4267496

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/persist-csv-database-to-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache: 'pnpm'
1919
- name: Install dependencies
2020
run: pnpm install
21-
- uses: actions/cache@v4
21+
- uses: actions/cache@v5
2222
id: cache-csv-database
2323
with:
2424
path: data/persisted-to-cache/database.csv

.github/workflows/persist-sqlite-database-to-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: 'pnpm'
2323
- name: Install dependencies
2424
run: pnpm install
25-
- uses: actions/cache@v4
25+
- uses: actions/cache@v5
2626
id: cache-sqlite-database
2727
with:
2828
path: data/persisted-to-cache/database.db

0 commit comments

Comments
 (0)