From f188db244374c58a7d45258f0ca4c3bdd67dd113 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 14:43:32 +0530 Subject: [PATCH] Update ncipollo/release-action action to v1.14.0 (#533) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/detect_version_bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detect_version_bump.yml b/.github/workflows/detect_version_bump.yml index 1e02cae5..7f96bc38 100644 --- a/.github/workflows/detect_version_bump.yml +++ b/.github/workflows/detect_version_bump.yml @@ -29,7 +29,7 @@ jobs: - name: Create Release # Using full SHA for security # https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions - uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0 + uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0 with: token: ${{ secrets.ACCESS_TOKEN }} tag: v${{ steps.get-new-version.outputs.version }}