From a404af8ce9298e5e287222454ac1219dc3123947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:23:24 +0800 Subject: [PATCH] Bump softprops/action-gh-release from 2.0.1 to 2.0.4 (#12191) --- .github/workflows/nightly-build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index 47b5773f50..ca69c1a9b8 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -174,7 +174,7 @@ jobs: # REF: https://github.com/marketplace/actions/gh-release # Create a release only in nushell/nightly repo - name: Publish Archive - uses: softprops/action-gh-release@v2.0.1 + uses: softprops/action-gh-release@v2.0.4 if: ${{ startsWith(github.repository, 'nushell/nightly') }} with: prerelease: true @@ -286,7 +286,7 @@ jobs: # REF: https://github.com/marketplace/actions/gh-release # Create a release only in nushell/nightly repo - name: Publish Archive - uses: softprops/action-gh-release@v2.0.1 + uses: softprops/action-gh-release@v2.0.4 if: ${{ startsWith(github.repository, 'nushell/nightly') }} with: draft: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9355ca6a82..4f038a29c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,7 +102,7 @@ jobs: # REF: https://github.com/marketplace/actions/gh-release - name: Publish Archive - uses: softprops/action-gh-release@v2.0.1 + uses: softprops/action-gh-release@v2.0.4 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: draft: true @@ -191,7 +191,7 @@ jobs: # REF: https://github.com/marketplace/actions/gh-release - name: Publish Archive - uses: softprops/action-gh-release@v2.0.1 + uses: softprops/action-gh-release@v2.0.4 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: draft: true