From a06607e922f5de745c5f1b24f343ffa033fa1dac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:40:44 +0000 Subject: [PATCH] Bump olegtarasov/get-tag from 2.1.3 to 2.1.4 (#90) 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/v2.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/upload_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload_release.yaml b/.github/workflows/upload_release.yaml index da43623..988e06a 100644 --- a/.github/workflows/upload_release.yaml +++ b/.github/workflows/upload_release.yaml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Grab tag name - uses: olegtarasov/get-tag@v2.1.3 + uses: olegtarasov/get-tag@v2.1.4 id: tagName - name: Setup Java uses: actions/setup-java@v4.5.0