From 0824576bcd91a0fcdb290e1d9f590038261bf620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:42:39 +0000 Subject: [PATCH] Bump olegtarasov/get-tag from 2.1.3 to 2.1.4 Bumps [olegtarasov/get-tag](https://github.com/olegtarasov/get-tag) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/olegtarasov/get-tag/releases) - [Commits](https://github.com/olegtarasov/get-tag/compare/2.1.3...v2.1.4) --- 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ec8bb0..a3ff650 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v4 - name: Set tag name - uses: olegtarasov/get-tag@2.1.3 + uses: olegtarasov/get-tag@v2.1.4 id: tag with: tagRegex: "v(.*)" @@ -132,7 +132,7 @@ jobs: uses: actions/checkout@v4 - name: Set tag name - uses: olegtarasov/get-tag@2.1.3 + uses: olegtarasov/get-tag@v2.1.4 id: tag with: tagRegex: "v(.*)"