From 4e7269f8f0f336ffff730f0434f04e3b5c84b375 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 17:25:58 +0000 Subject: [PATCH] chore(deps): update github-actions [bump version] --- .github/workflows/docker-image.yml | 4 ++-- .github/workflows/test_docker_image.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 8a4f9926..7d9a0f95 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -30,13 +30,13 @@ jobs: uses: docker/setup-qemu-action@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 # This step uses docker/metadata-action to extract tags and labels that will be applied to the specified image. https://github.com/docker/metadata-action # The id "meta" allows the output of this step to be referenced in a subsequent step. The images value provides the base name for the tags and labels. - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@v5.10.0 + uses: docker/metadata-action@v6.1.0 with: images: | ${{ github.repository }} # minituff/nautical-backup diff --git a/.github/workflows/test_docker_image.yml b/.github/workflows/test_docker_image.yml index d21e38d6..b4a415bd 100644 --- a/.github/workflows/test_docker_image.yml +++ b/.github/workflows/test_docker_image.yml @@ -96,7 +96,7 @@ jobs: - uses: actions/checkout@v6 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export Docker image uses: docker/build-push-action@v7