diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 716cf7929..8deed6090 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,7 +14,7 @@ jobs: with: python-version: "3.8" - name: Cache multiple Pips - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/pip diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 21f333dd2..00e65f814 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: with: python-version: "${{ env.PYTHON_VERSION_FOR_BUMPING }}" - name: Cache multiple paths - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/pip @@ -44,7 +44,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Cache multiple Pips - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/pip @@ -74,7 +74,7 @@ jobs: with: python-version: "${{ env.PYTHON_VERSION_FOR_BUMPING }}" - name: Cache virtual environment and pip - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/pip diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index cb77cdb78..d79ce882e 100644 --- a/.github/workflows/openapi.yml +++ b/.github/workflows/openapi.yml @@ -19,7 +19,7 @@ jobs: python-version: "3.10" - name: Cache Pip if: steps.verify-changed-openapi-specs.outputs.files_changed == 'true' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/pip diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 4a5c9384a..6c9792db2 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -17,7 +17,7 @@ jobs: with: python-version: "${{ env.PYTHON_VERSION_FOR_BUMPING }}" - name: Cache multiple paths - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/pip diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 7cfe626c3..ed2904f2d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -21,7 +21,7 @@ jobs: with: python-version: "${{ env.PYTHON_VERSION_FOR_PACKAGING }}" - name: Cache Pip - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/pip