From 36a3a0e71121fc724a0d0721dd90177dd04136b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:16:28 +0000 Subject: [PATCH] chore(deps): Bump actions/cache from 4.3.0 to 5.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [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/0057852bfaa89a56745cba8c7296529d2fc39830...9255dc7a253b0ccc959486e2bca901246202afeb) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-container.yml | 2 +- .github/workflows/test-external-providers.yml | 2 +- .github/workflows/test-lls-integration.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-container.yml b/.github/workflows/test-container.yml index 17a73ff..fb77fb7 100644 --- a/.github/workflows/test-container.yml +++ b/.github/workflows/test-container.yml @@ -54,7 +54,7 @@ jobs: - name: Cache Ramalama store id: ramalama-store-cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: ~/.local/share/ramalama key: ramalama-store-${{ env.INFERENCE_MODEL }} diff --git a/.github/workflows/test-external-providers.yml b/.github/workflows/test-external-providers.yml index b4deba6..9abb7bd 100644 --- a/.github/workflows/test-external-providers.yml +++ b/.github/workflows/test-external-providers.yml @@ -80,7 +80,7 @@ jobs: - name: Cache Ramalama store id: ramalama-store-cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: ~/.local/share/ramalama key: ramalama-store-${{ env.INFERENCE_MODEL }} diff --git a/.github/workflows/test-lls-integration.yml b/.github/workflows/test-lls-integration.yml index d4b699e..28f8b9d 100644 --- a/.github/workflows/test-lls-integration.yml +++ b/.github/workflows/test-lls-integration.yml @@ -64,7 +64,7 @@ jobs: - name: Cache Ramalama store id: ramalama-store-cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: ~/.local/share/ramalama key: ramalama-store-${{ env.INFERENCE_MODEL }}