Skip to content

Commit 59a2126

Browse files
build(deps): bump the updates group with 3 updates (#4019)
1 parent 5e2e268 commit 59a2126

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
uses: docker/setup-qemu-action@v4.0.0
144144

145145
- name: Build for test
146-
uses: docker/build-push-action@v7.0.0
146+
uses: docker/build-push-action@v7.1.0
147147
with:
148148
platforms: linux/amd64
149149
tags: ${{ env.IMAGE_TO_TEST }}
@@ -168,22 +168,22 @@ jobs:
168168
tests/test.sh
169169
170170
- name: Login to DockerHub
171-
uses: docker/login-action@v4.0.0
171+
uses: docker/login-action@v4.1.0
172172
if: env.HAS_IMAGE_REPO_ACCESS
173173
with:
174174
username: ${{ secrets.DOCKER_USER }}
175175
password: ${{ secrets.DOCKER_PASSWORD }}
176176

177177
- name: Login to GHCR
178-
uses: docker/login-action@v4.0.0
178+
uses: docker/login-action@v4.1.0
179179
if: env.HAS_IMAGE_REPO_ACCESS
180180
with:
181181
registry: ghcr.io
182182
username: ${{ github.actor }}
183183
password: ${{ github.token }}
184184

185185
- name: Build and push
186-
uses: docker/build-push-action@v7.0.0
186+
uses: docker/build-push-action@v7.1.0
187187
if: github.actor == github.repository_owner
188188
with:
189189
platforms: ${{ matrix.platforms }}

.github/workflows/discord.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: on-publish
2121
if: github.event_name == 'release' && github.event.action == 'published'
22-
uses: SethCohen/github-releases-to-discord@v1.19.0
22+
uses: SethCohen/github-releases-to-discord@v1.20.0
2323
with:
2424
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
2525
- name: on-success

.github/workflows/verify-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: docker/setup-buildx-action@v4.0.0
6363

6464
- name: Confirm multi-arch build
65-
uses: docker/build-push-action@v7.0.0
65+
uses: docker/build-push-action@v7.1.0
6666
with:
6767
platforms: ${{ matrix.platforms }}
6868
# ensure latest base image is used
@@ -73,7 +73,7 @@ jobs:
7373
cache-from: type=gha,scope=${{ matrix.variant }}
7474

7575
- name: Build for test
76-
uses: docker/build-push-action@v7.0.0
76+
uses: docker/build-push-action@v7.1.0
7777
with:
7878
# Only build single platform since loading multi-arch image into daemon fails with
7979
# "docker exporter does not currently support exporting manifest lists"

0 commit comments

Comments
 (0)