From 3b901abecd0790be7f7daa74f5af1ceae8cfced1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:42:54 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 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/v5...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/float-fvp.yml | 2 +- .github/workflows/integer-fvp.yml | 2 +- .github/workflows/lib-variants.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/float-fvp.yml b/.github/workflows/float-fvp.yml index 93cba041..4314e346 100644 --- a/.github/workflows/float-fvp.yml +++ b/.github/workflows/float-fvp.yml @@ -84,7 +84,7 @@ jobs: uses: ARM-software/cmsis-actions/armlm@v1 - name: Cache CMSIS packs - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: cmsis-packs path: /home/runner/.cache/arm/packs diff --git a/.github/workflows/integer-fvp.yml b/.github/workflows/integer-fvp.yml index 9c61c3b4..5c30f93b 100644 --- a/.github/workflows/integer-fvp.yml +++ b/.github/workflows/integer-fvp.yml @@ -103,7 +103,7 @@ jobs: - name: Cache CMSIS packs if: steps.select.outputs.enabled == 'true' - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: cmsis-packs path: /home/runner/.cache/arm/packs diff --git a/.github/workflows/lib-variants.yml b/.github/workflows/lib-variants.yml index 199cda3f..19965c69 100644 --- a/.github/workflows/lib-variants.yml +++ b/.github/workflows/lib-variants.yml @@ -103,7 +103,7 @@ jobs: - name: Cache CMSIS packs if: steps.select.outputs.enabled == 'true' - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: cmsis-packs path: /home/runner/.cache/arm/packs