From 6cd8f443e1e805b52a74f7eb79f94379f400b860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 21:14:48 +0000 Subject: [PATCH] Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [WcAServices/markdown-template-action](https://github.com/wcaservices/markdown-template-action), [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [hugoalh/send-discord-webhook-ghaction](https://github.com/hugoalh/send-discord-webhook-ghaction). Updates `WcAServices/markdown-template-action` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/wcaservices/markdown-template-action/releases) - [Commits](https://github.com/wcaservices/markdown-template-action/compare/v1.1.0...v1.1.1) Updates `softprops/action-gh-release` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2.1.0...v2.2.0) Updates `hugoalh/send-discord-webhook-ghaction` from 7.0.3 to 7.0.4 - [Release notes](https://github.com/hugoalh/send-discord-webhook-ghaction/releases) - [Commits](https://github.com/hugoalh/send-discord-webhook-ghaction/compare/v7.0.3...v7.0.4) --- updated-dependencies: - dependency-name: WcAServices/markdown-template-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: hugoalh/send-discord-webhook-ghaction dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- .github/workflows/server.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"