From a60a05a4d8f39a31e1f09beb5981e6cdcd6931c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:16:52 +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/auto-release-ci.yaml | 2 +- .github/workflows/call-offline-build.yaml | 2 +- .github/workflows/call-os-pkgs-build.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-release-ci.yaml b/.github/workflows/auto-release-ci.yaml index d6dfa2b95..42a2339ea 100644 --- a/.github/workflows/auto-release-ci.yaml +++ b/.github/workflows/auto-release-ci.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: Generate release notes if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/call-offline-build.yaml b/.github/workflows/call-offline-build.yaml index 911ab198e..c5a5da09b 100644 --- a/.github/workflows/call-offline-build.yaml +++ b/.github/workflows/call-offline-build.yaml @@ -90,7 +90,7 @@ jobs: - name: Release and upload packages if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/call-os-pkgs-build.yaml b/.github/workflows/call-os-pkgs-build.yaml index a4e420f37..9325c879c 100644 --- a/.github/workflows/call-os-pkgs-build.yaml +++ b/.github/workflows/call-os-pkgs-build.yaml @@ -87,7 +87,7 @@ jobs: - name: Release and upload packages if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: