From 0f0d1384e5908c418c2a6159a0d0947827b6f162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 20:12:59 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aceeb88..622a98b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: virtualenvs-in-project: true - name: Cache Poetry dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: .venv key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }} @@ -61,7 +61,7 @@ jobs: uses: snok/install-poetry@v1 - name: Cache Poetry dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: .venv key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }} @@ -100,7 +100,7 @@ jobs: virtualenvs-in-project: true - name: Cache Poetry dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: .venv key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }} @@ -133,7 +133,7 @@ jobs: virtualenvs-in-project: true - name: Cache Poetry dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: .venv key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }} @@ -165,7 +165,7 @@ jobs: uses: snok/install-poetry@v1 - name: Cache Poetry dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: .venv key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}