From 87744cc86a1a225ba91024b04889a22d7e23202b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 06:05:28 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/static-analysis.yml | 4 ++-- .github/workflows/test.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 4d1605d3..5cf57e38 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -34,7 +34,7 @@ jobs: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: ⤵️ Establish pip cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ steps.pip-cache.outputs.dir }} key: "${{ runner.os }}-pip-\ @@ -49,7 +49,7 @@ jobs: poetry config virtualenvs.in-project true - name: ⤵️ Establish poetry cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .venv key: "venv-${{ steps.setup-python.outputs.python-version }}-\ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 558b6e6c..02039a28 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: ⤵️ Establish pip cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ steps.pip-cache.outputs.dir }} key: "${{ runner.os }}-pip-\ @@ -56,7 +56,7 @@ jobs: poetry config virtualenvs.in-project true - name: ⤵️ Establish poetry cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .venv key: "venv-${{ steps.setup-python.outputs.python-version }}-\ @@ -104,7 +104,7 @@ jobs: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: ⤵️ Establish pip cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ steps.pip-cache.outputs.dir }} key: "${{ runner.os }}-pip-\ @@ -119,7 +119,7 @@ jobs: poetry config virtualenvs.in-project true - name: ⤵️ Establish poetry cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .venv key: "venv-${{ steps.setup-python.outputs.python-version }}-\