From d5e15f69bda5ac425e0262727bc6a05cb0a9763d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:12:50 +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/core.yml | 2 +- .github/workflows/corevalidation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index c99d0b45..22760cb8 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -63,7 +63,7 @@ jobs: - name: Cache TI ARM CLANG id: cache-ti-arm-clang - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.CLANG_TI_PATH }} key: ${{ runner.os }}-ti-arm-clang-${{ env.CLANG_TI_VERSION }} diff --git a/.github/workflows/corevalidation.yml b/.github/workflows/corevalidation.yml index ebfddd13..1f89bf86 100644 --- a/.github/workflows/corevalidation.yml +++ b/.github/workflows/corevalidation.yml @@ -96,7 +96,7 @@ jobs: - name: Cache TI Arm Clang if: matrix.compiler == 'Clang_TI' id: cache-ti-arm-clang - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.CLANG_TI_PATH }} key: ${{ runner.os }}-ti-arm-clang-${{ env.CLANG_TI_VERSION }}