From 0613662ccbc45fd1d07918e24d2b8aa3cf83e9ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 06:58:11 -0800 Subject: [PATCH] build(deps): bump actions/cache from 4.0.2 to 4.1.0 in the official-github-actions group (#324) Bumps the official-github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.0.2 to 4.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/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9...2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: official-github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 b0aac8c..f86e1fd 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: .bin key: ${{ runner.os }}-binaries