From 8292906ec714fa660be5b14faef859aefa7fa652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 16:27:06 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 1 update Bumps the github-actions group with 1 update: [sarisia/actions-status-discord](https://github.com/sarisia/actions-status-discord). Updates `sarisia/actions-status-discord` from 1.13.0 to 1.13.1 - [Release notes](https://github.com/sarisia/actions-status-discord/releases) - [Commits](https://github.com/sarisia/actions-status-discord/compare/9904e3130b8905d5b973df25623f17672dcb3466...c242b3a624337aa95f4727dd779a62f408c69e91) --- updated-dependencies: - dependency-name: sarisia/actions-status-discord dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7969342..7b8521be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: git push origin $TAGNAME - name: report result - uses: sarisia/actions-status-discord@9904e3130b8905d5b973df25623f17672dcb3466 + uses: sarisia/actions-status-discord@c242b3a624337aa95f4727dd779a62f408c69e91 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} @@ -106,7 +106,7 @@ jobs: - uses: sarisia/actions/conclusion@main id: ghapi - - uses: sarisia/actions-status-discord@9904e3130b8905d5b973df25623f17672dcb3466 + - uses: sarisia/actions-status-discord@c242b3a624337aa95f4727dd779a62f408c69e91 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c3c415ac..1c7bb464 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: npm run build - name: report result - uses: sarisia/actions-status-discord@9904e3130b8905d5b973df25623f17672dcb3466 + uses: sarisia/actions-status-discord@c242b3a624337aa95f4727dd779a62f408c69e91 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }}