Skip to content

Commit 27f7b21

Browse files
committed
Try fixing issue bot
1 parent 4618ba7 commit 27f7b21

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
@@ -48,9 +48,9 @@ jobs:
4848
uses: actions/cache@v4
4949
with:
5050
path: ./issue-bot/tmp
51-
key: "issue-bot-download-v6-${{ github.run_id }}"
51+
key: "issue-bot-download-v7-${{ github.run_id }}"
5252
restore-keys: |
53-
issue-bot-download-v6-
53+
issue-bot-download-v7-
5454
5555
- name: "Download data"
5656
working-directory: "issue-bot"

0 commit comments

Comments
 (0)