From 6518a35b4f2b043f6e4dc58638af44a97dfa4400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 16:36:07 +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/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e2c4dac09..e0df51ec1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -316,7 +316,7 @@ jobs: CLI_VERSION: ${{ github.ref }} - name: Create gh-gei Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: body_path: ./RELEASENOTES.md files: | @@ -330,7 +330,7 @@ jobs: ./dist/osx-x64/gei-darwin-amd64 - name: Create gh-ado2gh Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: body_path: ./RELEASENOTES.md repository: github/gh-ado2gh @@ -342,7 +342,7 @@ jobs: ./dist/osx-x64/ado2gh-darwin-amd64 - name: Create gh-bbs2gh Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: body_path: ./RELEASENOTES.md repository: github/gh-bbs2gh