From aff5c819d711624163e928e61ee75db2089bd25e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 07:29:23 +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 b4a628f..7b7a0b5 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -53,7 +53,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 }} @@ -82,7 +82,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 }}