Skip to content

Commit

Permalink
Fix cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 6, 2023
1 parent e1ead5d commit 41a67d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-bot.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/cache@v3
with:
path: ./issue-bot/tmp
key: "issue-bot-download-v3-${{ github.run_id }}"
key: "issue-bot-download-v4-${{ github.run_id }}"
restore-keys: |
issue-bot-download-v4-
Expand Down

0 comments on commit 41a67d8

Please sign in to comment.