From 8bfd948a95ecba2d3a5cf4b7fc5f32f2e4fd2b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 01:39:46 +0000 Subject: [PATCH] action-deps: bump ncipollo/release-action from 1.10.0 to 1.12.0 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] --- .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 369897390..c45540bda 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