diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 74c7fd6..3af132c 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@v4 + - uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}