From e6b02c5e30822a6dc6bdea992608c488c51b08f6 Mon Sep 17 00:00:00 2001 From: "miso-assistant[bot]" <258898867+miso-assistant[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 17:00:35 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20action=20docker/s?= =?UTF-8?q?etup-buildx-action=20(4d04d5d=20=E2=86=92=20d7f5e7f)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 52d74f3..1192008 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Docker Buildx - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4 + uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 - name: Log in to GHCR if: github.event_name != 'pull_request'