Skip to content

Commit

Permalink
Bump cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Oct 18, 2022
1 parent cc7121f commit 0c2b564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Expand Up @@ -45,7 +45,7 @@ runs:

- name: Restore/cache poetry installation
id: poetry-install-cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.site-user-base.outputs.dir }}
key: poetry-install-cache-${{ steps.setup-python.outputs.python-version }}-${{ inputs.poetry-version }}
Expand All @@ -64,7 +64,7 @@ runs:

- name: Restore/cache poetry venv
id: poetry-venv-cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.poetry-venvs.outputs.dir }}
key: poetry-venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}-${{ inputs.extras }}
Expand Down

0 comments on commit 0c2b564

Please sign in to comment.