From 15080c898c562839d722412b31c0b7bf05c997c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:55:06 +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/vcpkg_ci_amd64.yml | 2 +- .github/workflows/vcpkg_ci_mac.yml | 2 +- .github/workflows/vcpkg_ci_windows.yml | 2 +- .github/workflows/vcpkg_release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/vcpkg_ci_amd64.yml b/.github/workflows/vcpkg_ci_amd64.yml index 5c1840fd..ba25ef8d 100644 --- a/.github/workflows/vcpkg_ci_amd64.yml +++ b/.github/workflows/vcpkg_ci_amd64.yml @@ -185,7 +185,7 @@ jobs: - name: Publish Release Assets if: github.event.release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: ${{ env.ARTIFACT_NAME }}.tar.xz prerelease: ${{ contains(github.ref, 'pre') || contains(github.ref, 'rc') }} diff --git a/.github/workflows/vcpkg_ci_mac.yml b/.github/workflows/vcpkg_ci_mac.yml index 74c232a2..9aa72b87 100644 --- a/.github/workflows/vcpkg_ci_mac.yml +++ b/.github/workflows/vcpkg_ci_mac.yml @@ -129,7 +129,7 @@ jobs: - name: Publish Release Assets if: github.event.release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: ${{ env.ARTIFACT_NAME }}.tar.xz prerelease: ${{ contains(github.ref, 'pre') || contains(github.ref, 'rc') }} diff --git a/.github/workflows/vcpkg_ci_windows.yml b/.github/workflows/vcpkg_ci_windows.yml index d86a5286..b2c2e47f 100644 --- a/.github/workflows/vcpkg_ci_windows.yml +++ b/.github/workflows/vcpkg_ci_windows.yml @@ -124,7 +124,7 @@ jobs: - name: Publish Release Assets if: github.event.release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: ${{ env.ARTIFACT_NAME }} prerelease: ${{ contains(github.ref, 'pre') || contains(github.ref, 'rc') }} diff --git a/.github/workflows/vcpkg_release.yml b/.github/workflows/vcpkg_release.yml index 6807995d..b2cb253e 100644 --- a/.github/workflows/vcpkg_release.yml +++ b/.github/workflows/vcpkg_release.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Create Release id: create_release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: prerelease: ${{ contains(github.ref, 'pre') || contains(github.ref, 'rc') }} token: ${{ secrets.RELEASE_TOKEN }}