From fd4560a4bcf8931a3479b5463ab51500c90b0cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 04:13:15 +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/cetlvast.yml | 10 +++++----- .github/workflows/codeql.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cetlvast.yml b/.github/workflows/cetlvast.yml index a8869dd..9536d3b 100644 --- a/.github/workflows/cetlvast.yml +++ b/.github/workflows/cetlvast.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v5 - name: Cache ext modules id: cetlvast-ext - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: cetlvast/build_external key: build-external-${{ hashFiles('**/cetlvast/cmake/modules/ExternalDependencies*.cmake.in') }}-${{ hashFiles('**/cetlvast/cmake/modules/patches/*.patch') }} @@ -54,7 +54,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Cache ext modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: cetlvast/build_external key: build-external-${{ hashFiles('**/cetlvast/cmake/modules/ExternalDependencies*.cmake.in') }}-${{ hashFiles('**/cetlvast/cmake/modules/patches/*.patch') }} @@ -95,7 +95,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Cache ext modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: cetlvast/build_external key: build-external-${{ hashFiles('**/cetlvast/cmake/modules/ExternalDependencies*.cmake.in') }}-${{ hashFiles('**/cetlvast/cmake/modules/patches/*.patch') }} @@ -132,7 +132,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Cache ext modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: cetlvast/build_external key: build-external-${{ hashFiles('**/cetlvast/cmake/modules/ExternalDependencies*.cmake.in') }}-${{ hashFiles('**/cetlvast/cmake/modules/patches/*.patch') }} @@ -172,7 +172,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis by sonarqube. - name: Cache ext modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: cetlvast/build_external key: build-external-${{ hashFiles('**/cetlvast/cmake/modules/ExternalDependencies*.cmake.in') }}-${{ hashFiles('**/cetlvast/cmake/modules/patches/*.patch') }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 30236cb..a4d2b9d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -51,7 +51,7 @@ jobs: # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. - name: Cache ext modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cetlvast-ext with: path: cetlvast/build_external