Skip to content

Commit 6f84c97

Browse files
build(deps): bump the official-github-actions group with 2 updates
Bumps the official-github-actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/cache` from 4.2.3 to 4.2.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) Updates `actions/download-artifact` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: official-github-actions - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: official-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 01eed95 commit 6f84c97

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/s3-gateway.yml

Lines changed: 8 additions & 8 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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
71+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
7272
with:
7373
path: .bin
7474
key: ${{ runner.os }}-binaries
@@ -83,7 +83,7 @@ jobs:
8383
chmod +x mc
8484
8585
- name: Download artifact
86-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
86+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
8787
with:
8888
name: oss
8989
path: ${{ runner.temp }}
@@ -109,7 +109,7 @@ jobs:
109109
driver: docker
110110

111111
- name: Download artifact
112-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
112+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
113113
with:
114114
name: oss
115115
path: ${{ runner.temp }}
@@ -152,7 +152,7 @@ jobs:
152152

153153
- name: Restore cached binaries
154154
id: cache-binaries-restore
155-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
155+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
156156
with:
157157
path: .bin
158158
key: ${{ runner.os }}-binaries
@@ -167,7 +167,7 @@ jobs:
167167
chmod +x mc
168168
169169
- name: Download artifact
170-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
170+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
171171
with:
172172
name: latest-njs
173173
path: ${{ runner.temp }}
@@ -194,7 +194,7 @@ jobs:
194194
driver: docker
195195

196196
- name: Download artifact
197-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
197+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
198198
with:
199199
name: oss
200200
path: ${{ runner.temp }}
@@ -237,7 +237,7 @@ jobs:
237237

238238
- name: Restore cached binaries
239239
id: cache-binaries-restore
240-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
240+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
241241
with:
242242
path: .bin
243243
key: ${{ runner.os }}-binaries
@@ -252,7 +252,7 @@ jobs:
252252
chmod +x mc
253253
254254
- name: Download artifact
255-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
255+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
256256
with:
257257
name: unprivileged
258258
path: ${{ runner.temp }}

0 commit comments

Comments
 (0)