From 8a5ca871d2554896b55c6cc242e60ad8102c605e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 05:47:15 +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/release-by-label-linux.yml | 2 +- .github/workflows/release-by-label.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-by-label-linux.yml b/.github/workflows/release-by-label-linux.yml index 8638ed7..ed09f68 100644 --- a/.github/workflows/release-by-label-linux.yml +++ b/.github/workflows/release-by-label-linux.yml @@ -117,7 +117,7 @@ jobs: # TAG_NAME=$(cat tag.txt) # cat tag.txt # echo $TAG_NAME - uses: "softprops/action-gh-release@v1" + uses: "softprops/action-gh-release@v2" with: token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false diff --git a/.github/workflows/release-by-label.yml b/.github/workflows/release-by-label.yml index 28d8233..2bd8a56 100644 --- a/.github/workflows/release-by-label.yml +++ b/.github/workflows/release-by-label.yml @@ -200,7 +200,7 @@ jobs: # https://github.com/softprops/action-gh-release # do wildcards like * work in files? - name: Release - uses: "softprops/action-gh-release@v1" + uses: "softprops/action-gh-release@v2" with: token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false