From 1c9463fb5236a57502a28a5f0d06901c81b3d5a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 10:53:09 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/actions/docker-build/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/docker-build/action.yml b/.github/actions/docker-build/action.yml index f8cefba..be4b504 100644 --- a/.github/actions/docker-build/action.yml +++ b/.github/actions/docker-build/action.yml @@ -61,7 +61,7 @@ runs: password: ${{ inputs.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: . file: ${{ inputs.DOCKERFILE }} @@ -82,7 +82,7 @@ runs: echo "Pushed: ghcr.io/${{ inputs.GITHUB_REPOSITORY }}-${{ inputs.IMAGE_NAME }}:${{ inputs.GITHUB_REF_NAME }}" - name: Deploy to Dokploy Compose - uses: withstudiocms/automations/.github/actions/deploy-dokploy-compose@fe2d43b13c8a63e34ba8b0b9e16008149d8af55f # main + uses: withstudiocms/automations/.github/actions/deploy-dokploy-compose@7caa6bf5171347ed3b56a7f65ef030f0fbc15774 # main with: api_url: ${{ inputs.DOKPLOY_API_URL }} api_key: ${{ inputs.DOKPLOY_API_KEY }}