From 862ae7dd2b6aafa127786fdede3e7caa70f741e6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 12 May 2025 11:10:05 +0000 Subject: [PATCH] Update Github Actions #none minor --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 182870e..260a058 100644 --- a/action.yml +++ b/action.yml @@ -51,7 +51,7 @@ runs: images: ${{ inputs.registry }}/${{ inputs.image_name }} - run: echo "::endgroup::" - run: echo "::group::Configure build Cache" - - uses: int128/docker-build-cache-config-action@622932dfa73db7d3a65e40d5fcc094f2101e659a # v1.37.0 + - uses: int128/docker-build-cache-config-action@338206c80bf9eeb2b9694b7b4fc8c247c317e2a8 # v1.38.0 id: cache with: image: ${{ inputs.registry }}/${{ inputs.image_name }}-cache @@ -72,7 +72,7 @@ runs: - run: echo "::group::Build and Push docker image" - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 with: context: . push: true