From a6da0e9c7d07119a0a2c36f0e1c2a267bce32e21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:06:52 +0000 Subject: [PATCH] Update GitHub Actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f58aaf..e6d170e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: run: echo "DATE=$(date +'%Y.%m.%d')" >> "$GITHUB_ENV" - name: Build and push - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6 with: context: . push: true @@ -49,7 +49,7 @@ jobs: title: "Release ${{ env.DATE }}" - name: Send Discord notification - uses: sarisia/actions-status-discord@e07f00231a481562bfb3d827bfd8ac800b7d2b87 # v1 + uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1 if: always() with: title: "Build image on ${{ github.repository }}: ${{ github.workflow }}"