From 7e695231739554889575d720c32d6d4fa4189f9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 09:20:35 -0500 Subject: [PATCH] chore(deps): bump ncipollo/release-action from 1.14.0 to 1.15.0 (#26) Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-repo.yml b/.github/workflows/build-repo.yml index ef9d9e3..62e5d79 100644 --- a/.github/workflows/build-repo.yml +++ b/.github/workflows/build-repo.yml @@ -181,7 +181,7 @@ jobs: - name: Create/Update GitHub Release if: github.event_name == 'schedule' || github.event_name == 'push' - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 with: allowUpdates: true artifactErrorsFailBuild: true