From d1d9f1c18dda5968ea89b9d20edd9d80089a5b7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 05:18:28 +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/build.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7bce3c9..c7c3a82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: product: radxa-cm5-rpi-cm4-io - name: Create empty release id: release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: b${{ github.run_number }} body_path: README.md diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0e5cb37..a638012 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: product: radxa-cm5-rpi-cm4-io - name: Create empty release id: release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: test-build-${{ github.run_number }} body: |