From 1731230b7396067115e87f05206379a286b27327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:25:11 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 1 to 2 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [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/v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/custopize.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/custopize.yml b/.github/workflows/custopize.yml index 9472a40..aeaf795 100644 --- a/.github/workflows/custopize.yml +++ b/.github/workflows/custopize.yml @@ -124,7 +124,7 @@ jobs: EOF - name: "🔖 Create release & attach assets" - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: "${{ env.RELEASE_NAME }}" tag_name: "${{ env.RELEASE_TAG }}" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 989125d..8dbe058 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: steps: - name: "🔖 Test release body" - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: "test" tag_name: "test"