From 6bb98680e8483fcc8eaadf44fa715f9e76622135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 15:00:34 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.8.5 to 1.12.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.8.5 to 1.12.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.8.5...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/releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index db2a7b7..ca0f7c2 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -61,7 +61,7 @@ jobs: run: git log --pretty=format:"- %s" $(git describe --tags --abbrev=0 HEAD^)..HEAD > log-since-last-tag.md - name: Create release - uses: ncipollo/release-action@v1.8.5 + uses: ncipollo/release-action@v1.12.0 with: tag: ${{ needs.gitversion.outputs.fullSemVer }} commit: ${{ github.sha }}