We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9bcc2 commit 72b9765Copy full SHA for 72b9765
.github/workflows/check_pr.yaml
@@ -141,7 +141,7 @@ jobs:
141
needs: [get-target]
142
if: ${{ !github.event.issue.pull_request && needs.get-target.outputs.action == 'check' }}
143
steps:
144
- - uses: actions/cache/restore@v4
+ - uses: actions/cache/restore@v5
145
id: restore-issues
146
name: Restore cache
147
with:
.github/workflows/download_issues.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
python-version: '3.13'
26
27
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
28
29
path: downloaded/
30
key: issues-dump-v2-${{ github.run_id }}
0 commit comments