From ef62cd72dd13e560b8a8964f1b868020075f9297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:17:50 -0500 Subject: [PATCH] Bump actions/cache from 3.3.3 to 4.0.0 (#174) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 cde1846..02178ab 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@v8 - - uses: actions/cache@v3.3.3 + - uses: actions/cache@v4.0.0 id: cache with: path: .venv diff --git a/action.yml b/action.yml index d7a41b0..c6474d2 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@v3.3.3 + uses: actions/cache@v4.0.0 with: path: .venv key: venv-${{ runner.os }}-${{ steps.composite-setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}${{ inputs.cache-key-suffix }}