diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index a029582..c99cabc 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -26,7 +26,7 @@ jobs: python-version: ${{ matrix.python }} - name: Show Python version run: python --version - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}