From 294c759b9d5eecc2105e3c21c9fc55b475e50df4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 03:34:34 +0000 Subject: [PATCH] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [WcAServices/markdown-template-action](https://github.com/wcaservices/markdown-template-action) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). 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) --- 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 ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5989931..adbfef53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -164,7 +164,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 }} @@ -450,7 +450,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 }}