From 54e10cb68fa89d08f71b5f690a118634683994ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 17:44:27 +0000 Subject: [PATCH] chore(deps): update ncipollo/release-action action to v1.16.0 --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index b941e394..2aa84421 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -272,7 +272,7 @@ jobs: env: TAG_V: v${{ needs.release.outputs.current_version }} - id: create_release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0 with: allowUpdates: true token: ${{ secrets.GITHUB_TOKEN }}