From b44a6dbacce65fbbbab1b1be49b0f2a7e2395639 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 18:11:22 +0000 Subject: [PATCH] chore(deps): update ncipollo/release-action action to v1.16.0 --- .github/workflows/main.yml | 2 +- .github/workflows/preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99f8f981..425e9d53 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -106,7 +106,7 @@ jobs: - name: Create Release if: ${{ !github.event.act }} # skip during local actions testing - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.16.0 with: artifacts: "ProjectMakoto/ProjectMakoto/Release.zip" generateReleaseNotes: true diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 175be6a7..e25c942b 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -135,7 +135,7 @@ jobs: - name: Create Release if: ${{ !github.event.act }} # skip during local actions testing - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.16.0 with: artifacts: "ProjectMakotoPreview/ProjectMakoto/Release.zip" generateReleaseNotes: true