From c569f3ed9d1695f453a7ba88f415263fd9e78bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:35:01 +0000 Subject: [PATCH] build(deps): 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/conda-test.yml | 2 +- .github/workflows/pip-test.yml | 2 +- .github/workflows/poetry-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/conda-test.yml b/.github/workflows/conda-test.yml index 8a0b793a..2fe955e4 100644 --- a/.github/workflows/conda-test.yml +++ b/.github/workflows/conda-test.yml @@ -35,7 +35,7 @@ jobs: shell: bash - name: Caching of the happypose installation and data - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ env.CONDA }}/envs diff --git a/.github/workflows/pip-test.yml b/.github/workflows/pip-test.yml index be148c64..97af3ee5 100644 --- a/.github/workflows/pip-test.yml +++ b/.github/workflows/pip-test.yml @@ -17,7 +17,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -qqy libegl1-mesa libegl1-mesa-dev - name: Caching of the happypose installation and data - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: local_data key: data diff --git a/.github/workflows/poetry-test.yml b/.github/workflows/poetry-test.yml index 6484e5e5..6f2ded42 100644 --- a/.github/workflows/poetry-test.yml +++ b/.github/workflows/poetry-test.yml @@ -20,7 +20,7 @@ jobs: run: pipx install poetry - name: Caching of the happypose installation and data - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: local_data key: data