diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0ad3f843..afd02c769 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -165,7 +165,7 @@ jobs: tag: ${{ steps.project_version.outputs.value }} - name: 📝 Generate Github Summary - uses: WcAServices/markdown-template-action@v1.1.0 + uses: WcAServices/markdown-template-action@v1.1.1 with: template: | 📃 **Name**: ${{ steps.project_name.outputs.value }} @@ -439,7 +439,7 @@ jobs: - name: 🚀 Create release id: release - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.0 with: name: ${{ needs.info.outputs.project_version }} tag_name: ${{ needs.info.outputs.project_version }} @@ -467,7 +467,7 @@ jobs: max_chars: '1450' - name: 📨 Send Discord message - uses: hugoalh/send-discord-webhook-ghaction@v7.0.3 + uses: hugoalh/send-discord-webhook-ghaction@v7.0.4 with: key: ${{ secrets.DISCORD_RELEASES }} username: "TerraFirmaGreg" diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 7750b07b8..a054d7da8 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -14,7 +14,7 @@ jobs: steps: - name: 📨 Send Discord message - uses: hugoalh/send-discord-webhook-ghaction@v7.0.3 + uses: hugoalh/send-discord-webhook-ghaction@v7.0.4 with: key: ${{ secrets.DISCORD_NEWS_SERVER }} username: "TerraFirmaGreg"