From 813a915e3f34ca2ebf1f78e9e8daff7aebc25984 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 3 Sep 2025 16:07:32 +0000 Subject: [PATCH] ci(deps): update ncipollo/release-action action to v1.20.0 --- .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 7f389b3..99dec34 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@1c89adf39833729d8f85a31ccbc451b078733c80 # v1.19.1 + uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0 if: startsWith(github.ref, 'refs/tags/') with: artifacts: '.build/*'