Skip to content

Commit 1b12769

Browse files
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.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](actions/cache@0c45773...2cdf405) --- 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] <[email protected]>
1 parent e0b9e17 commit 1b12769

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/s3-gateway.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Restore cached binaries
7070
id: cache-binaries-restore
71-
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
71+
uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
7272
with:
7373
path: .bin
7474
key: ${{ runner.os }}-binaries
@@ -152,7 +152,7 @@ jobs:
152152

153153
- name: Restore cached binaries
154154
id: cache-binaries-restore
155-
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
155+
uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
156156
with:
157157
path: .bin
158158
key: ${{ runner.os }}-binaries
@@ -237,7 +237,7 @@ jobs:
237237

238238
- name: Restore cached binaries
239239
id: cache-binaries-restore
240-
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
240+
uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
241241
with:
242242
path: .bin
243243
key: ${{ runner.os }}-binaries

0 commit comments

Comments
 (0)