From 436eb2de48d3e1849c9eb611cd1dd0d7ae824703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 18:03:13 +0000 Subject: [PATCH] Bump anton-yurchenko/git-release from 6.0 to 7.0 Bumps [anton-yurchenko/git-release](https://github.com/anton-yurchenko/git-release) from 6.0 to 7.0. - [Release notes](https://github.com/anton-yurchenko/git-release/releases) - [Changelog](https://github.com/anton-yurchenko/git-release/blob/main/CHANGELOG.md) - [Commits](https://github.com/anton-yurchenko/git-release/compare/v6.0...v7.0) --- updated-dependencies: - dependency-name: anton-yurchenko/git-release dependency-version: '7.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae1c69a..201c7b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Github Release - uses: anton-yurchenko/git-release@v6.0 + uses: anton-yurchenko/git-release@v7.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}} DRAFT_RELEASE: "false"