From 661aa065470ab1d544d956370dfdd108a4352ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 12:06:24 +0000 Subject: [PATCH] Bump actions/cache from 4.0.0 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.2. - [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.0...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/default.yaml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index 19c426b..5b3c98d 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -18,7 +18,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - uses: Gr1N/setup-poetry@v9 - - uses: actions/cache@v4.0.0 + - uses: actions/cache@v4.0.2 id: cache with: path: .venv diff --git a/action.yml b/action.yml index 89b4256..422de2f 100644 --- a/action.yml +++ b/action.yml @@ -84,7 +84,7 @@ runs: poetry-preview: ${{ inputs.poetry-preview }} poetry-version: ${{ inputs.poetry-version }} - id: composite-python-venv-cache - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.2 with: path: .venv key: venv-${{ runner.os }}-${{ steps.composite-setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}${{ inputs.cache-key-suffix }}