From 48a998d8ba0c74603525c3e7b2efaf6427f93aec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:42:11 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.1.1 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.2.0. - [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/v4.1.1...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/deploy_docs.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9c5b5e1..efdab55 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: run: make download-poetry - name: Set up pip cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.2.0 with: path: ~/.cache/pypoetry/virtualenvs key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }} @@ -67,7 +67,7 @@ jobs: run: make download-poetry - name: Set up pip cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.2.0 with: path: ~/.cache/pypoetry/virtualenvs key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }} diff --git a/.github/workflows/deploy_docs.yaml b/.github/workflows/deploy_docs.yaml index 8424064..c3e7e7b 100644 --- a/.github/workflows/deploy_docs.yaml +++ b/.github/workflows/deploy_docs.yaml @@ -25,7 +25,7 @@ jobs: run: make download-poetry - name: Set up pip cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.2.0 with: path: ~/.cache/pypoetry/virtualenvs key: venv-${{ env.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}