From cf2f9e78b474a7162e4e1902f5caf2c8a7c7bfa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:08:15 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5.0.3 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 6.1.0. - [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/cdf6c1fa76f9f475f3d7449005a359c84ca0f306...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ca82fb073..9b8a125314 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,7 +98,7 @@ jobs: - name: Cache x86_64 OpenSSL if: matrix.arch == 'x86_64' id: cache-openssl-x86 - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 5.0.3 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # 6.1.0 with: path: ${{ env.X86_64_APPLE_DARWIN_OPENSSL_DIR }} key: openssl-x86_64-${{ runner.os }}-${{ steps.cache-date.outputs.month }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c4e27387cf..f2758d917b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -67,7 +67,7 @@ jobs: - name: Cache x86_64 OpenSSL if: matrix.target == 'x86_64-apple-darwin' id: cache-openssl-x86 - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 5.0.3 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # 6.1.0 with: path: ${{ env.X86_64_APPLE_DARWIN_OPENSSL_DIR }} key: openssl-x86_64-${{ runner.os }}-${{ steps.cache-date.outputs.month }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bff744a7ac..34fa71c9cb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,7 +66,7 @@ jobs: - name: Cache x86_64 OpenSSL if: matrix.target == 'x86_64-apple-darwin' id: cache-openssl-x86 - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 5.0.3 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # 6.1.0 with: path: ${{ env.X86_64_APPLE_DARWIN_OPENSSL_DIR }} key: openssl-x86_64-${{ runner.os }}-${{ steps.cache-date.outputs.month }}