From cbc2d821eec003615c29281d30b00774937e2fb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 03:15:51 +0000 Subject: [PATCH] Update ncipollo/release-action action to v1.14.0 --- .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 }}