Skip to content

Commit

Permalink
Increment cache number
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Nov 18, 2024
1 parent c2fbb9c commit a527846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
uses: actions/cache@v4
with:
path: ~/.local # the path depends on the OS
key: poetry-4 # increment to reset cache
key: poetry-5 # increment to reset cache

- name: Install poetry
uses: snok/install-poetry@v1
Expand Down

0 comments on commit a527846

Please sign in to comment.