From a0ce25599e4fc6c164b9656e4f6ef6a941427ef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 07:40:20 +0000 Subject: [PATCH] Bump devops-actions/action-get-tag Bumps [devops-actions/action-get-tag](https://github.com/devops-actions/action-get-tag) from 6787980b5b0227cf34a8d845db08fb23514238e0 to 56d33bdcddd24e9beec484d6c904ecd67d7f18e7. - [Release notes](https://github.com/devops-actions/action-get-tag/releases) - [Commits](https://github.com/devops-actions/action-get-tag/compare/6787980b5b0227cf34a8d845db08fb23514238e0...56d33bdcddd24e9beec484d6c904ecd67d7f18e7) --- updated-dependencies: - dependency-name: devops-actions/action-get-tag dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/publishing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index 74c6769..81f4b38 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -50,7 +50,7 @@ jobs: - name: Get tag value id: tag - uses: devops-actions/action-get-tag@6787980b5b0227cf34a8d845db08fb23514238e0 # v1.0.1 + uses: devops-actions/action-get-tag@56d33bdcddd24e9beec484d6c904ecd67d7f18e7 # v1.0.1 - name: Use tag run: echo ${{ steps.tag.outputs.tag }}