From 9fe6e2b003775d705afc8d9088f3d29816ba3494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 05:25:30 +0000 Subject: [PATCH] build(deps): bump ncipollo/release-action from 1.14.0 to 1.18.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.18.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.14.0...v1.18.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.18.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..a868d6a 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.18.0 with: tag: ${{ steps.test_tag_version.outputs.new_tag }} name: VkWrapper ${{ steps.test_tag_version.outputs.new_tag }}