Skip to content

Commit 01e5af9

Browse files
Bump the actions-dependencies group across 1 directory with 2 updates
Bumps the actions-dependencies group with 2 updates in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact) and [docker/login-action](https://github.com/docker/login-action). 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) Updates `docker/login-action` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@74a5d14...184bdaa) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c119f36 commit 01e5af9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ jobs:
5353
fetch-depth: 0
5454

5555
- name: Download Docker Images Artifacts
56-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
56+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
5757
with:
5858
name: build-image
5959

6060
- name: Load image
6161
run: make load-multiarch-build-image
6262

6363
- name: Login to Quay.io
64-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
64+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
6565
with:
6666
registry: quay.io
6767
username: ${{secrets.QUAY_REGISTRY_USER}}

.github/workflows/test-build-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
sudo mkdir -p /go/src/github.com/cortexproject/cortex
178178
sudo ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
179179
- name: Download Docker Images Artifacts
180-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
180+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
181181
with:
182182
name: Docker Images
183183
- name: Extract Docker Images Archive
@@ -237,7 +237,7 @@ jobs:
237237
- name: Install Docker Client
238238
run: sudo ./.github/workflows/scripts/install-docker.sh
239239
- name: Download Docker Images Artifact
240-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
240+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
241241
with:
242242
name: Docker Images
243243
- name: Extract Docker Images Archive
@@ -271,7 +271,7 @@ jobs:
271271
mkdir -p /go/src/github.com/cortexproject/cortex
272272
ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
273273
- name: Download Website Artifact
274-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
274+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
275275
with:
276276
name: website public
277277
path: website/public
@@ -312,7 +312,7 @@ jobs:
312312
mkdir -p /go/src/github.com/cortexproject/cortex
313313
ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
314314
- name: Download Docker Images Artifact
315-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
315+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
316316
with:
317317
name: Docker Images
318318
- name: Extract Docker Images Archive

0 commit comments

Comments
 (0)