From 7e21865bc42146beb1f28691f0625d3cd5f8e440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:22:39 +0000 Subject: [PATCH] Bump sarisia/actions-status-discord from 1.15.5 to 1.16.0 Bumps [sarisia/actions-status-discord](https://github.com/sarisia/actions-status-discord) from 1.15.5 to 1.16.0. - [Release notes](https://github.com/sarisia/actions-status-discord/releases) - [Commits](https://github.com/sarisia/actions-status-discord/compare/b8381b25576cb341b2af39926ab42c5056cc44ed...eb045afee445dc055c18d3d90bd0f244fd062708) --- updated-dependencies: - dependency-name: sarisia/actions-status-discord dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pages.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index c28f7a5..61ae5c2 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -52,7 +52,7 @@ jobs: - name: "Send Deploy Notification" if: ${{ !cancelled() }} continue-on-error: true - uses: sarisia/actions-status-discord@b8381b25576cb341b2af39926ab42c5056cc44ed # v1.15.5 + uses: sarisia/actions-status-discord@eb045afee445dc055c18d3d90bd0f244fd062708 # v1.16.0 with: webhook: ${{ secrets.DISCORD_WEBHOOK }} description: ${{ steps.deployment.outputs.page_url }} @@ -81,7 +81,7 @@ jobs: - name: "Send Discord Notification" if: ${{ failure() }} - uses: sarisia/actions-status-discord@b8381b25576cb341b2af39926ab42c5056cc44ed # v1.15.5 + uses: sarisia/actions-status-discord@eb045afee445dc055c18d3d90bd0f244fd062708 # v1.16.0 with: webhook: ${{ secrets.DISCORD_WEBHOOK }} description: ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}