Skip to content

Commit c3d31d9

Browse files
committed
Fix issue-bot
1 parent c4d39c9 commit c3d31d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/issue-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5555
with:
5656
path: ./issue-bot/tmp
57-
key: "issue-bot-download-v7-${{ github.run_id }}"
57+
key: "issue-bot-download-v8-${{ github.run_id }}"
5858
restore-keys: |
59-
issue-bot-download-v7-
59+
issue-bot-download-v8-
6060
6161
- name: "Download data"
6262
working-directory: "issue-bot"

0 commit comments

Comments
 (0)