From 95f2beebf8dc0b5a0b9a5cc6f508217917362300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 22:52:12 +0000 Subject: [PATCH] Bump devops-actions/action-get-tag from 1.0.1 to 1.0.3 Bumps [devops-actions/action-get-tag](https://github.com/devops-actions/action-get-tag) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/devops-actions/action-get-tag/releases) - [Commits](https://github.com/devops-actions/action-get-tag/compare/v1.0.1...v1.0.3) --- updated-dependencies: - dependency-name: devops-actions/action-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 fc018f828..cacb35a1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -144,7 +144,7 @@ jobs: uses: actions/checkout@v3 - name: Get version number from git tag id: tag - uses: devops-actions/action-get-tag@v1.0.1 + uses: devops-actions/action-get-tag@v1.0.3 with: strip_v: true - name: Install aarch64 packages