From ffa5a0f5fa8d50a092a4347f4925ab0b367a403e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:09:46 +0000 Subject: [PATCH] chore(deps): bump sarisia/actions-status-discord from 1.15.0 to 1.15.1 Bumps [sarisia/actions-status-discord](https://github.com/sarisia/actions-status-discord) from 1.15.0 to 1.15.1. - [Release notes](https://github.com/sarisia/actions-status-discord/releases) - [Commits](https://github.com/sarisia/actions-status-discord/compare/v1.15.0...v1.15.1) --- updated-dependencies: - dependency-name: sarisia/actions-status-discord dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/goproxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goproxy.yml b/.github/workflows/goproxy.yml index 63e3a6803..5c699db70 100644 --- a/.github/workflows/goproxy.yml +++ b/.github/workflows/goproxy.yml @@ -22,7 +22,7 @@ jobs: GOPROXY=${{ secrets.GOPROXY }} go mod tidy - name: Actions Status Discord - uses: sarisia/actions-status-discord@v1.15.0 + uses: sarisia/actions-status-discord@v1.15.1 if: always() with: webhook: ${{ secrets.GOPROXY_DISCORD_WEBHOOK }}