From de49e56e04ed559fc0d406662ef057e9e388903d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 04:34:24 +0000 Subject: [PATCH] Bump actions/cache from 4.3.0 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.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/0057852bfaa89a56745cba8c7296529d2fc39830...27d5ce7f107fe9357f9df03efb73ab90386fccae) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/sanitizers.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b49daf..49a37a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: - name: Cache liboqs build id: liboqs-cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: external/liboqs/build key: liboqs-${{ runner.os }}-x64-${{ matrix.configuration }}-${{ hashFiles('external/liboqs/CMakeLists.txt') }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f72f89c..3623db1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -49,7 +49,7 @@ jobs: - name: Cache liboqs build id: liboqs-cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: external/liboqs/build key: liboqs-${{ runner.os }}-x64-Release-${{ hashFiles('external/liboqs/CMakeLists.txt') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60d970f..d10a7eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: - name: Cache liboqs build id: liboqs-cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: external/liboqs/build key: liboqs-${{ runner.os }}-x64-Release-${{ hashFiles('external/liboqs/CMakeLists.txt') }} diff --git a/.github/workflows/sanitizers.yml b/.github/workflows/sanitizers.yml index 74f875a..9f0d3ec 100644 --- a/.github/workflows/sanitizers.yml +++ b/.github/workflows/sanitizers.yml @@ -43,7 +43,7 @@ jobs: - name: Cache liboqs build id: liboqs-cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: external/liboqs/build key: liboqs-${{ runner.os }}-x64-Release-${{ hashFiles('external/liboqs/CMakeLists.txt') }}