From a8e5fc17ec99c46a064bffec41049664fcabe92b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 19:38:22 +0000 Subject: [PATCH] build(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 f3b63c0..c66cb3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3.5.3 - name: Retrieve tag name - uses: olegtarasov/get-tag@v2.1.2 + uses: olegtarasov/get-tag@2.1.3 id: tag_name - name: Set up JDK 1.11