From e3e71815fb91b23e02917906805ef0375de07419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 04:28:31 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.8.10 to 1.9.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.8.10 to 1.9.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.8.10...v1.9.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/test-library.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-library.yml b/.github/workflows/test-library.yml index 5d416fd3be..58e93a8bfb 100644 --- a/.github/workflows/test-library.yml +++ b/.github/workflows/test-library.yml @@ -820,7 +820,7 @@ jobs: - name: >- Publish a GitHub Release for ${{ needs.pre-setup.outputs.git-tag }} - uses: ncipollo/release-action@v1.8.10 + uses: ncipollo/release-action@v1.9.0 with: allowUpdates: false artifactErrorsFailBuild: false