From ab51ff17424206897faa82b74d36eaa2bcbbb368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 15:45:56 +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-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-master-scheduled.yml | 2 +- .github/workflows/ci-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-master-scheduled.yml b/.github/workflows/ci-master-scheduled.yml index f3b2247d..3ee99c85 100644 --- a/.github/workflows/ci-master-scheduled.yml +++ b/.github/workflows/ci-master-scheduled.yml @@ -29,7 +29,7 @@ jobs: - name: Install Poetry run: python -m pip install poetry poetry-dynamic-versioning - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache Poetry dependencies with: path: | diff --git a/.github/workflows/ci-pull-request.yml b/.github/workflows/ci-pull-request.yml index 96823f89..0011a467 100644 --- a/.github/workflows/ci-pull-request.yml +++ b/.github/workflows/ci-pull-request.yml @@ -31,7 +31,7 @@ jobs: - name: Install Poetry run: python -m pip install poetry poetry-dynamic-versioning - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache Poetry dependencies with: path: |