We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d772bc2 commit cfba43cCopy full SHA for cfba43c
.github/workflows/issue-bot.yml
@@ -54,9 +54,9 @@ jobs:
54
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
55
with:
56
path: ./issue-bot/tmp
57
- key: "issue-bot-download-v7-${{ github.run_id }}"
+ key: "issue-bot-download-v8-${{ github.run_id }}"
58
restore-keys: |
59
- issue-bot-download-v7-
+ issue-bot-download-v8-
60
61
- name: "Download data"
62
working-directory: "issue-bot"
0 commit comments