diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6988c370e..f3de21d16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: with: python-version-file: '.python-version' - name: Cache Python dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: pythondotorg-cache-pip with: diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 9c06ff4a9..322dc20c3 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -12,7 +12,7 @@ jobs: with: python-version-file: '.python-version' - name: Cache Python dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: pythondotorg-cache-pip with: