Skip to content

Commit a201fe2

Browse files
build(deps): bump the updates group with 4 updates (#233)
1 parent 3b53309 commit a201fe2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

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

4646
- name: Docker meta
4747
id: meta
48-
uses: docker/metadata-action@v5.6.1
48+
uses: docker/metadata-action@v5.7.0
4949
with:
5050
images: |
5151
${{ env.DOCKER_HUB_ORG }}/bungeecord
@@ -70,10 +70,10 @@ jobs:
7070
latest=${{ matrix.variant == env.MAIN_VARIANT && github.ref_name == github.event.repository.default_branch }}
7171
7272
- name: Setup Docker Buildx
73-
uses: docker/setup-buildx-action@v3.9.0
73+
uses: docker/setup-buildx-action@v3.10.0
7474

7575
- name: Set up QEMU
76-
uses: docker/setup-qemu-action@v3.4.0
76+
uses: docker/setup-qemu-action@v3.6.0
7777

7878
- name: Login to DockerHub
7979
if: github.event_name != 'pull_request'
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Build and push
9494
id: docker_build
95-
uses: docker/build-push-action@v6.14.0
95+
uses: docker/build-push-action@v6.15.0
9696
with:
9797
platforms: ${{ matrix.platforms }}
9898
# ensure latest base image is used

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
- uses: actions/[email protected]
2424

2525
- name: Setup Docker Buildx
26-
uses: docker/setup-buildx-action@v3.9.0
26+
uses: docker/setup-buildx-action@v3.10.0
2727

2828
- name: Set up QEMU
29-
uses: docker/setup-qemu-action@v3.4.0
29+
uses: docker/setup-qemu-action@v3.6.0
3030

3131
- name: Build
3232
id: docker_build
33-
uses: docker/build-push-action@v6.14.0
33+
uses: docker/build-push-action@v6.15.0
3434
with:
3535
platforms: ${{ matrix.platforms }}
3636
# ensure latest base image is used

0 commit comments

Comments
 (0)