From a472fc46be71544bd3dacd1d7f1fd50d0517052b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Sep 2025 22:24:20 +0000 Subject: [PATCH] ci(deps): update ncipollo/release-action action to v1.19.1 --- .github/workflows/test-and-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index c99cd5d..7f389b3 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -77,7 +77,7 @@ jobs: run: 'awk "/^#/ && ++c==2{exit}; /^#/f" "History.md" | tail -n +2 >release_changelog.md' - name: Release - uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0 + uses: ncipollo/release-action@1c89adf39833729d8f85a31ccbc451b078733c80 # v1.19.1 if: startsWith(github.ref, 'refs/tags/') with: artifacts: '.build/*'