Skip to content

Commit cfba43c

Browse files
committed
Fix issue-bot
1 parent d772bc2 commit cfba43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)