From 44617815bb785bd9a1517f3f4f042a87473a2d45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:38:54 +0000 Subject: [PATCH] GA(deps): Bump olegtarasov/get-tag from 2.1.2 to 2.1.3 Bumps [olegtarasov/get-tag](https://github.com/olegtarasov/get-tag) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/olegtarasov/get-tag/releases) - [Commits](https://github.com/olegtarasov/get-tag/compare/v2.1.2...2.1.3) --- updated-dependencies: - dependency-name: olegtarasov/get-tag dependency-type: direct:production update-type: version-update:semver-patch ... 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 f51144c..4895a13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: uses: actions/checkout@v4 - name: Set tag name - uses: olegtarasov/get-tag@v2.1.2 + uses: olegtarasov/get-tag@2.1.3 id: tag with: tagRegex: "v(.*)"