diff --git a/.github/workflows/cff-validator.yml b/.github/workflows/cff-validator.yml index 992b089e..f04ef2c5 100644 --- a/.github/workflows/cff-validator.yml +++ b/.github/workflows/cff-validator.yml @@ -44,7 +44,7 @@ jobs: python -m pip install --user --upgrade pip echo "dir=$(pip cache dir)" >> ${GITHUB_OUTPUT} - name: "Create/Restore cache" - uses: "actions/cache@v5" + uses: "actions/cache@v6" with: path: "${{ steps.pip-cache.outputs.dir }}/**" key: | diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b05785cd..a84b62b2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: python -m pip install --user --upgrade pip echo "dir=$(pip cache dir)" >> ${GITHUB_OUTPUT} - name: "Create/Restore cache" - uses: "actions/cache@v5" + uses: "actions/cache@v6" with: path: "${{ steps.pip-cache.outputs.dir }}/**" key: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 042c97da..0edb5ad9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,7 +54,7 @@ jobs: python -m pip install --user --upgrade pip echo "dir=$(pip cache dir)" >> ${GITHUB_OUTPUT} - name: "Create/Restore cache" - uses: "actions/cache@v5" + uses: "actions/cache@v6" with: path: "${{ steps.pip-cache.outputs.dir }}/**" key: | @@ -189,7 +189,7 @@ jobs: python -m pip install --user --upgrade pip echo "dir=$(pip cache dir)" >> ${GITHUB_OUTPUT} - name: "Create/Restore cache" - uses: "actions/cache@v5" + uses: "actions/cache@v6" with: path: | ${{ steps.pip-cache.outputs.dir }}/**