From fe73efc9039e7e37170cd700b55b4165c8c224f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:53:24 +0000 Subject: [PATCH] Update github-actions --- .github/actions/docker-build/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/docker-build/action.yml b/.github/actions/docker-build/action.yml index f8cefba..e6b0e4a 100644 --- a/.github/actions/docker-build/action.yml +++ b/.github/actions/docker-build/action.yml @@ -37,7 +37,7 @@ runs: using: "composite" steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set up QEMU (for multi-arch) uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 @@ -46,7 +46,7 @@ runs: uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 - name: Cache pnpm store - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.pnpm-store key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }} @@ -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@274ff117aae1034c6b4d37f545268c96a7604077 # main with: api_url: ${{ inputs.DOKPLOY_API_URL }} api_key: ${{ inputs.DOKPLOY_API_KEY }}