From d1420da22c7b4f0f2dbdade5aa47dc354f8f9766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:50:14 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 2.1.0 to 2.2.1 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.1.0 to 2.2.1. - [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/v2.1.0...v2.2.1) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5cb727885b..644acdd554 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -205,7 +205,7 @@ jobs: - name: Create Release if: env.LATEST_TAG != env.NEXT_TAG id: create_release - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.1 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: "${{ env.GRID_VERSION }}-${{ env.BUILD_DATE }}" diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index bf1da2c7dc..c34782dc1a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -144,7 +144,7 @@ jobs: command: make chart_release - name: Create Nightly Release id: create_release - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.1 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ env.BASE_RELEASE }}