From 27c051e8d1a7a4f9039d77a6915b16c456725354 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 May 2025 17:32:41 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/alpine.yml | 2 +- .github/workflows/debian.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 56ec9a83..5e6a28d4 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -144,7 +144,7 @@ jobs: env: DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index - name: Build and push - uses: docker/build-push-action@v6.16.0 + uses: docker/build-push-action@v6.17.0 with: context: alpine build-args: | diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 4e84d1f4..855a009a 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -136,7 +136,7 @@ jobs: env: DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index - name: Build and push - uses: docker/build-push-action@v6.16.0 + uses: docker/build-push-action@v6.17.0 with: context: debian build-args: |