From 3a69e0d2100b064600e3e8581f8eee15a3165df0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Jun 2025 21:15:41 +0000 Subject: [PATCH] ci(deps): update ncipollo/release-action action to v1.18.0 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8739165c..d1166c60 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -73,7 +73,7 @@ jobs: - name: Init run: ./bin/init.sh - - uses: ncipollo/release-action@9128f238eeeeed39b82af6636303729079d51730 # v1.17.0 + - uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0 if: env.DRY_RUN == 'false' with: allowUpdates: true