From 04a11572f4b16f56377190ed5cd5c558133106eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 00:50:54 +0800 Subject: [PATCH] action-deps: bump ncipollo/release-action from 1.8.3 to 1.8.10 (#977) Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.8.3 to 1.8.10. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.8.3...v1.8.10) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 915da54b3..cd56c0774 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.8.3 + uses: ncipollo/release-action@v1.8.10 with: allowUpdates: true replacesArtifacts: true