From bd834d13faa0a66f8f7491b138d37e82b0822c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 15:02:21 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.8.5 to 1.11.2 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.8.5 to 1.11.2. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.8.5...v1.11.2) --- 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..0f9c96c 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.11.2 with: tag: ${{ needs.gitversion.outputs.fullSemVer }} commit: ${{ github.sha }}