Skip to content

Commit b2244bd

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.1.2 to 4.2.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6849a64...1bd1e32) --- 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 33138ce commit b2244bd

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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
71+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
155+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
240+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
241241
with:
242242
path: .bin
243243
key: ${{ runner.os }}-binaries

0 commit comments

Comments
 (0)