From fbeba798150e38e34f107a23e677c74df3bc00e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 00:11:20 +0000 Subject: [PATCH] build(deps): bump actions/cache in the official-github-actions group Bumps the official-github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.2.4 to 4.3.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/0400d5f644dc74513175e3cd8d07132dd4860809...0057852bfaa89a56745cba8c7296529d2fc39830) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: official-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/s3-gateway.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/s3-gateway.yml b/.github/workflows/s3-gateway.yml index 0a7efc4..a5a57b2 100644 --- a/.github/workflows/s3-gateway.yml +++ b/.github/workflows/s3-gateway.yml @@ -68,7 +68,7 @@ jobs: - name: Restore cached binaries id: cache-binaries-restore - uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: .bin key: ${{ runner.os }}-binaries @@ -152,7 +152,7 @@ jobs: - name: Restore cached binaries id: cache-binaries-restore - uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: .bin key: ${{ runner.os }}-binaries @@ -237,7 +237,7 @@ jobs: - name: Restore cached binaries id: cache-binaries-restore - uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: .bin key: ${{ runner.os }}-binaries