diff --git a/.github/workflows/update-plugin-list.yml b/.github/workflows/update-plugin-list.yml index efe18bb6b12..db48dcf1735 100644 --- a/.github/workflows/update-plugin-list.yml +++ b/.github/workflows/update-plugin-list.yml @@ -31,7 +31,7 @@ jobs: python-version: "3.13" - name: requests-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pytest-plugin-list/ key: plugins-http-cache-${{ github.run_id }} # Can use time based key as well