From 501bd9d9879acbb49577990ee301f5f485e39553 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Sep 2026 10:06:30 +0000 Subject: [PATCH] Update Github Actions #none minor --- .github/workflows/docker-build.yml | 4 ++-- action.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 9fc4296..7727a81 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -70,7 +70,7 @@ jobs: image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache extra-cache-to: image-manifest=true - name: Setup Docker buildx - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 + uses: docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003 # v4.4.0 - name: Log into registry ${{ inputs.registry }} uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: @@ -79,7 +79,7 @@ jobs: password: ${{ secrets.TOKEN }} - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 + uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0 with: context: . push: true diff --git a/action.yml b/action.yml index 02828d4..b8796b4 100644 --- a/action.yml +++ b/action.yml @@ -65,7 +65,7 @@ runs: image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache extra-cache-to: image-manifest=true - name: Setup Docker buildx - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 + uses: docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003 # v4.4.0 - name: Log into registry ${{ inputs.registry }} uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: @@ -74,7 +74,7 @@ runs: password: ${{ inputs.token }} - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 + uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0 with: context: . push: true