Skip to content

Commit ebb80ea

Browse files
build(deps): bump the updates group with 3 updates (#4149)
1 parent 702d05e commit ebb80ea

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: Docker meta
113113
id: meta
114-
uses: docker/metadata-action@v6.1.0
114+
uses: docker/metadata-action@v6.2.0
115115
with:
116116
# NOTE for forks: if your Docker Hub organization doesn't match your Github repo's,
117117
# then the use of ${{ github.repository_owner }} will need to be replaced.
@@ -144,7 +144,7 @@ jobs:
144144
uses: docker/setup-buildx-action@v4
145145

146146
- name: Set up QEMU
147-
uses: docker/setup-qemu-action@v4.1.0
147+
uses: docker/setup-qemu-action@v4.2.0
148148

149149
- name: Build for test
150150
uses: docker/build-push-action@v7
@@ -172,14 +172,14 @@ jobs:
172172
tests/test.sh
173173
174174
- name: Login to DockerHub
175-
uses: docker/login-action@v4.2.0
175+
uses: docker/login-action@v4.4.0
176176
if: env.HAS_IMAGE_REPO_ACCESS
177177
with:
178178
username: ${{ secrets.DOCKER_USER }}
179179
password: ${{ secrets.DOCKER_PASSWORD }}
180180

181181
- name: Login to GHCR
182-
uses: docker/login-action@v4.2.0
182+
uses: docker/login-action@v4.4.0
183183
if: env.HAS_IMAGE_REPO_ACCESS
184184
with:
185185
registry: ghcr.io

0 commit comments

Comments
 (0)