From f4901dff887eae4d209cbc331f0a587a5f39d71f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 05:40:51 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/recipes.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3653215..4cc5f95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: python-version: ${{ matrix.python-version }} architecture: x64 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ${{ env.pythonLocation }} key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-u22 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 42ef982..d5c21ad 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout main uses: actions/checkout@v3 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cache/pip-docs key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }} diff --git a/.github/workflows/recipes.yml b/.github/workflows/recipes.yml index 57691eb..ddaacf5 100644 --- a/.github/workflows/recipes.yml +++ b/.github/workflows/recipes.yml @@ -16,7 +16,7 @@ jobs: python-version: 3.9 architecture: x64 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ${{ env.pythonLocation }}