Skip to content

Commit

Permalink
ci: update python setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Mar 2, 2024
1 parent d54f859 commit 592da5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions/python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ runs:
- uses: actions/cache@v4
with:
path: ${{ env.POETRY_CACHE_DIR }}
key: ${{ runner.os }}-poetry-v1-${{ hashFiles('poetry.lock') }}
key: ${{ runner.os }}-py${{ inputs.python-version }}-poetry-v1-${{ hashFiles('**/poetry.lock') }}
restore-keys: |
${{ runner.os }}-poetry-v1-
${{ runner.os }}-py${{ inputs.python-version }}-poetry-v1-

0 comments on commit 592da5b

Please sign in to comment.