From c4b800a7fc38acf458f78550c1df1f263744855d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 29 Jun 2025 21:39:22 +0000 Subject: [PATCH] ci(deps): update ncipollo/release-action action to v1.18.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 1c40789..aa56b10 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@9128f238eeeeed39b82af6636303729079d51730 # v1.17.0 + uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0 if: startsWith(github.ref, 'refs/tags/') with: artifacts: '.build/*'