From c97a94837b69bcfbad5d898e8052360c806825b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 06:07:43 +0000 Subject: [PATCH] workflows: 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/staging-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/staging-release.yaml b/.github/workflows/staging-release.yaml index 04e91df3156..b5a799a3e62 100644 --- a/.github/workflows/staging-release.yaml +++ b/.github/workflows/staging-release.yaml @@ -784,7 +784,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Release 2.0 - not latest - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(inputs.version, '2.0') with: body: "https://fluentbit.io/announcements/v${{ inputs.version }}/" @@ -795,7 +795,7 @@ jobs: target_commitish: '2.0' - name: Release 2.1 - not latest - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(inputs.version, '2.1') with: body: "https://fluentbit.io/announcements/v${{ inputs.version }}/" @@ -806,7 +806,7 @@ jobs: target_commitish: '2.1' - name: Release 2.2 and latest - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(inputs.version, '2.2') with: body: "https://fluentbit.io/announcements/v${{ inputs.version }}/"