From c1f9be63ff89773a2903865c42e7a44301059f73 Mon Sep 17 00:00:00 2001 From: Jaakko Johansson Date: Sun, 8 Oct 2023 22:16:03 +0300 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4c47fc6..41c96d9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: - uses: actions/cache@v2 with: path: ~/.cache/pip - key: ${{ runner.os }}-${{ env.pythonLocation }}-pip-${{ hashFiles('**/vaalilakanabot2021.py') }} + key: ${{ runner.os }}-${{ env.pythonLocation }}-pip-${{ hashFiles('**/vaalilakanabot2023.py') }} restore-keys: | ${{ runner.os }}-${{ env.pythonLocation }}-pip- - name: Install dependencies