From d1a863ab6712da083bdc785627f9ca0cc0dfbe6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:35:41 +0000 Subject: [PATCH] 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/codecov.yml | 2 +- .github/workflows/flake8.yml | 2 +- .github/workflows/pylint.yml | 2 +- .github/workflows/pytest.yml | 2 +- .github/workflows/ruff.yml | 2 +- .github/workflows/yamllint.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 9936e8b..da121ec 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -26,7 +26,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: "Cache PIP Dependencies" - uses: "actions/cache@v4" + uses: "actions/cache@v5" with: path: ~/.cache/pip key: | diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml index ede578c..09b63f3 100644 --- a/.github/workflows/flake8.yml +++ b/.github/workflows/flake8.yml @@ -27,7 +27,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: "Cache PIP Dependencies" - uses: "actions/cache@v4" + uses: "actions/cache@v5" with: path: ~/.cache/pip key: | diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 9c435a1..d8c80ca 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -21,7 +21,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: "Cache PIP Dependencies" - uses: "actions/cache@v4" + uses: "actions/cache@v5" with: path: ~/.cache/pip key: | diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 55bc6ee..0b6e659 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -19,7 +19,7 @@ jobs: with: python-version: "3.12" - name: "Cache PIP Dependencies" - uses: "actions/cache@v4" + uses: "actions/cache@v5" with: path: ~/.cache/pip key: | diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 63a7512..e530f57 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -18,7 +18,7 @@ jobs: with: python-version: "3.12" - name: "Cache PIP Dependencies" - uses: "actions/cache@v4" + uses: "actions/cache@v5" with: path: ~/.cache/pip key: | diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 81f7a49..1648c90 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -18,7 +18,7 @@ jobs: with: python-version: "3.12" - name: "Cache PIP Dependencies" - uses: "actions/cache@v4" + uses: "actions/cache@v5" with: path: ~/.cache/pip key: |