From c0dd75915b1d83af1a5670efc1acd07db0e99678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:29:06 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/tests.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 50be5bb..5914882 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -22,7 +22,7 @@ jobs: - name: Install Poetry' uses: abatilo/actions-poetry@v2 - name: Setup poetry cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./.venv key: venv-${{ hashFiles('poetry.lock') }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a2810d..221b15d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Install Poetry uses: abatilo/actions-poetry@v2 - name: Setup poetry cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./.venv key: venv-${{ hashFiles('poetry.lock') }} @@ -55,7 +55,7 @@ jobs: - name: Install Poetry uses: abatilo/actions-poetry@v2 - name: Setup poetry cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./.venv key: venv-${{ hashFiles('poetry.lock') }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1127548..9915f15 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: - name: Install Poetry uses: abatilo/actions-poetry@v2 - name: Setup poetry cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./.venv key: venv-${{ hashFiles('poetry.lock') }}