From b0558da859cb28d2b38b6521f8b1093680e244c2 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sun, 14 Jul 2024 19:19:55 +0000 Subject: [PATCH] chore: update global workflows --- .github/workflows/ci-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index e4a3e8a..2dffa11 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -301,7 +301,7 @@ jobs: - name: Build artifacts if: ${{ steps.prepare.outputs.artifacts == 'true' }} id: build_artifacts - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ./ file: ${{ matrix.dockerfile }} @@ -323,7 +323,7 @@ jobs: - name: Build and push id: build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ./ file: ${{ matrix.dockerfile }}