diff --git a/.github/workflows/discord-release-announce.yml b/.github/workflows/discord-release-announce.yml index 5d76b2c481..b57a59e98a 100644 --- a/.github/workflows/discord-release-announce.yml +++ b/.github/workflows/discord-release-announce.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Send release to Discord - uses: SethCohen/github-releases-to-discord@b96a33520f8ad5e6dcdecee6f1212bdf88b16550 # v1 + uses: SethCohen/github-releases-to-discord@24d166886aee4646d448c8a389ff9e1ebcab3682 # v1 with: webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }} # optional customizations below - most have good defaults