Skip to content

Commit

Permalink
Fix cache key for pokedex.sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
Parnassius committed Jan 19, 2025
1 parent 40abc8e commit ac638da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/cache@v4
with:
path: data/pokedex.sqlite
key: pokedex-${{ hashFiles('poetry.lock') }}
key: pokedex-${{ hashFiles('uv.lock') }}
restore-keys: |
pokedex-
- name: Create folders
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
uses: actions/cache@v4
with:
path: data/pokedex.sqlite
key: pokedex-${{ hashFiles('poetry.lock') }}
key: pokedex-${{ hashFiles('uv.lock') }}
restore-keys: |
pokedex-
- name: Cache pokemon-showdown instance
Expand Down

0 comments on commit ac638da

Please sign in to comment.