From 1fce1fabf8229cc36307df5cf084b325e5dd312d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 02:54:07 +0000 Subject: [PATCH] Bump actions/cache from 4.0.2 to 4.2.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.2.1. - [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.0.2...v4.2.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-public-website.yaml | 2 +- .github/workflows/preview.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-public-website.yaml b/.github/workflows/deploy-public-website.yaml index 874fb4b8f..0efecf61c 100644 --- a/.github/workflows/deploy-public-website.yaml +++ b/.github/workflows/deploy-public-website.yaml @@ -36,7 +36,7 @@ jobs: - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.1 with: path: .venv key: poetry-${{ runner.os }}-python${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }} diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 4af9fcc36..eb9f74b1c 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -33,7 +33,7 @@ jobs: - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.1 with: path: .venv key: poetry-${{ runner.os }}-python${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}