Skip to content

Commit 72b9765

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
needs: [get-target]
142142
if: ${{ !github.event.issue.pull_request && needs.get-target.outputs.action == 'check' }}
143143
steps:
144-
- uses: actions/cache/restore@v4
144+
- uses: actions/cache/restore@v5
145145
id: restore-issues
146146
name: Restore cache
147147
with:

.github/workflows/download_issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
python-version: '3.13'
2626

27-
- uses: actions/cache@v4
27+
- uses: actions/cache@v5
2828
with:
2929
path: downloaded/
3030
key: issues-dump-v2-${{ github.run_id }}

0 commit comments

Comments
 (0)