From 1356baea2d00597c043ed44993c7ee8928de2599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 02:45:03 +0000 Subject: [PATCH] Bump actions/cache from 3.3.2 to 3.3.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.3. - [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.3.2...v3.3.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 09ad2a65e1..4c48665269 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@v3.3.2 + uses: actions/cache@v3.3.3 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 884b1a30c0..c7476feb35 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@v3.3.2 + uses: actions/cache@v3.3.3 with: path: .venv key: poetry-${{ runner.os }}-python${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}