diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 89dacef..a7cb751 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post to discord - uses: Ilshidur/action-discord@0.3.2 + uses: Ilshidur/action-discord@0.4.0 env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_ISSUES }} ACTION: ${{ github.event.action }}