From fd4794330612d6974d178af4947b8f0117f9899f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 09:40:45 +0800 Subject: [PATCH] action-deps: bump ncipollo/release-action from 1.10.0 to 1.12.0 (#1174) Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.10.0 to 1.12.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.10.0...v1.12.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11de4a615..5ea0f19a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -378,7 +378,7 @@ jobs: - name: Create and publish release id: create_release - uses: ncipollo/release-action@v1.10.0 + uses: ncipollo/release-action@v1.12.0 with: allowUpdates: true replacesArtifacts: true