From e992da26be7d809c2ea93365ad9473cb651d7ef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 23:59:25 +0000 Subject: [PATCH] build(deps): 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/build-and-test.yml | 2 +- .github/workflows/create-draft-release-with-artifacts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 658ea0e..8200d44 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -155,7 +155,7 @@ jobs: run: scripts/package-release-assets.sh - name: Create release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: draft: true files: release/ouch-* diff --git a/.github/workflows/create-draft-release-with-artifacts.yml b/.github/workflows/create-draft-release-with-artifacts.yml index 9dc02cd..0b46fa6 100644 --- a/.github/workflows/create-draft-release-with-artifacts.yml +++ b/.github/workflows/create-draft-release-with-artifacts.yml @@ -26,7 +26,7 @@ jobs: run: scripts/package-release-assets.sh - name: Create release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: draft: true name: manual release ${{ github.event.inputs.run_id }}