Skip to content

Commit

Permalink
fix: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Aug 26, 2024
1 parent bdcdfb8 commit edd24cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/cache@v4
id: uv-cache
with:
path: /tmp/.uv-cache
path: ${{ env.UV_CACHE_DIR }}
key: uv-${{ steps.setup-python.outputs.PY }}-${{ hashFiles('uv.lock') }}
restore-keys: |
uv-${{ steps.setup-python.outputs.PY }}-${{ hashFiles('uv.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/cache@v4
id: uv-cache
with:
path: /tmp/.uv-cache
path: ${{ env.UV_CACHE_DIR }}
key: uv-${{ steps.setup-python.outputs.PY }}-${{ hashFiles('uv.lock') }}
restore-keys: |
uv-${{ steps.setup-python.outputs.PY }}-${{ hashFiles('uv.lock') }}
Expand Down

0 comments on commit edd24cd

Please sign in to comment.