From f01bd76a3bf34436b1c95d4ac2fd9b4eec3cc903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 01:40:55 +0000 Subject: [PATCH] Bump devops-actions/action-get-tag Bumps [devops-actions/action-get-tag](https://github.com/devops-actions/action-get-tag) from e79ac500a29e1c8a2e3244266a8bd68a6cd26623 to 9029fcb4a48c51a7db8a944ebb367e0f2c4d8580. - [Release notes](https://github.com/devops-actions/action-get-tag/releases) - [Commits](https://github.com/devops-actions/action-get-tag/compare/e79ac500a29e1c8a2e3244266a8bd68a6cd26623...9029fcb4a48c51a7db8a944ebb367e0f2c4d8580) --- 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 538a8e6..bf3b061 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -48,7 +48,7 @@ jobs: # get tag for this release - name: Get tag value id: tag - uses: devops-actions/action-get-tag@e79ac500a29e1c8a2e3244266a8bd68a6cd26623 # v1.0.1 + uses: devops-actions/action-get-tag@9029fcb4a48c51a7db8a944ebb367e0f2c4d8580 # v1.0.1 # publish a release with the build assets - uses: rajbos-actions/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1