From d538b95706c7f9cd27d6bdf51ffca93fd62284d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 21:42:28 +0000 Subject: [PATCH] chore(deps): update ncipollo/release-action action to v1.20.0 --- .github/workflows/global--create-github-release.yml | 2 +- .github/workflows/release-actions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/global--create-github-release.yml b/.github/workflows/global--create-github-release.yml index 6e7e282..7f37b15 100644 --- a/.github/workflows/global--create-github-release.yml +++ b/.github/workflows/global--create-github-release.yml @@ -37,7 +37,7 @@ jobs: git config user.email "github-actions[bot]@users.noreply.github.com" - name: Create GitHub Release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.20.0 with: token: "${{ secrets.GITHUB_TOKEN }}" tag: "v${{ steps.updated-version.outputs.CURRENT_PROJECT_VERSION }}" diff --git a/.github/workflows/release-actions.yml b/.github/workflows/release-actions.yml index 831d43c..b20282b 100644 --- a/.github/workflows/release-actions.yml +++ b/.github/workflows/release-actions.yml @@ -43,7 +43,7 @@ jobs: git config user.email "github-actions[bot]@users.noreply.github.com" - name: Create GitHub Release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.20.0 with: token: "${{ secrets.GITHUB_TOKEN }}" tag: "v${{ steps.updated-version.outputs.CURRENT_PROJECT_VERSION }}"