Skip to content

Commit

Permalink
Update file name in ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsiV11 committed Oct 2, 2024
1 parent 8e1620d commit 82ce715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-${{ env.pythonLocation }}-pip-${{ hashFiles('**/vaalilakanabot2023.py') }}
key: ${{ runner.os }}-${{ env.pythonLocation }}-pip-${{ hashFiles('**/vaalilakanabot2024.py') }}
restore-keys: |
${{ runner.os }}-${{ env.pythonLocation }}-pip-
- name: Install dependencies
Expand Down

0 comments on commit 82ce715

Please sign in to comment.