From acdbb4fdfbc31e95eb970856967e3041641ead79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 16:04:09 +0000 Subject: [PATCH] build(deps): bump ncipollo/release-action from 1.14.0 to 1.20.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.20.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.14.0...v1.20.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/create_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index b447b36..34b8c78 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -78,7 +78,7 @@ jobs: git push origin ${{ steps.test_tag_version.outputs.new_tag }} - name: Create a GitHub release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.20.0 with: tag: ${{ steps.test_tag_version.outputs.new_tag }} name: VkWrapper ${{ steps.test_tag_version.outputs.new_tag }}