From 0b777772f45da20ac2d80395156653962b948d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:29:04 -0700 Subject: [PATCH] Update softprops/action-gh-release (#1954) --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7ed8e47..b884d98 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -76,7 +76,7 @@ jobs: shell: bash - name: Publish Archive - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2.0.2 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: draft: false @@ -86,7 +86,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish Changelog - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2.0.2 if: >- ${{ startsWith(github.ref, 'refs/tags/')