From d4b79b509cce30207c3f2f48c7361d85c983f348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 22:35:09 +0000 Subject: [PATCH] build(deps): bump actions/cache from 5.0.1 to 5.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2. - [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/9255dc7a253b0ccc959486e2bca901246202afeb...8b402f58fbc84540c8b491a91e594a4576fec3d7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 f61325bf2e..12e05fdb0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,7 +86,7 @@ jobs: - name: Cache x86_64 OpenSSL if: matrix.arch == 'x86_64' id: cache-openssl-x86 - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # 5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # 5.0.2 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 c193ab76c0..5062537009 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@9255dc7a253b0ccc959486e2bca901246202afeb # 5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # 5.0.2 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 2b44dfe1a8..30d0dde386 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@9255dc7a253b0ccc959486e2bca901246202afeb # 5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # 5.0.2 with: path: ${{ env.X86_64_APPLE_DARWIN_OPENSSL_DIR }} key: openssl-x86_64-${{ runner.os }}-${{ steps.cache-date.outputs.month }}