From 13a1b8afc9ee9703210b6b1cb6328c1aeed517cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:49:23 +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/prover-release.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prover-release.yml b/.github/workflows/prover-release.yml index a749fa9739..07e4b1785e 100644 --- a/.github/workflows/prover-release.yml +++ b/.github/workflows/prover-release.yml @@ -28,7 +28,7 @@ jobs: done - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: | light-prover/prover-darwin-amd64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f00888adc..5e4f2934c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -159,7 +159,7 @@ jobs: pnpm publish --access public --no-git-checks - name: GitHub release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: steps.extract-project.outputs.language != '' with: token: ${{ secrets.PAT_TOKEN }}