From ec0c7daf00e6f8a33304174416954def84a6ef94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 07:55:50 +0000 Subject: [PATCH] Bump devops-actions/action-get-tag Bumps [devops-actions/action-get-tag](https://github.com/devops-actions/action-get-tag) from d17aac219dd2d692ddc84a3c9b97b91346c60962 to 5e518133e65bbd50a8446e41380404d2231fb9be. - [Release notes](https://github.com/devops-actions/action-get-tag/releases) - [Commits](https://github.com/devops-actions/action-get-tag/compare/d17aac219dd2d692ddc84a3c9b97b91346c60962...5e518133e65bbd50a8446e41380404d2231fb9be) --- 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 0c43e27..1d8f8fa 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@d17aac219dd2d692ddc84a3c9b97b91346c60962 # v1.0.1 + uses: devops-actions/action-get-tag@5e518133e65bbd50a8446e41380404d2231fb9be # v1.0.1 # publish a release with the build assets - uses: rajbos-actions/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1