From 0a6626ca4dd508be91b5e670d1596f196597d287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 11:53:53 +0000 Subject: [PATCH] Bump devops-actions/action-get-tag Bumps [devops-actions/action-get-tag](https://github.com/devops-actions/action-get-tag) from 830f7bd3405217bb60219cd42e0fc5b039914739 to d17aac219dd2d692ddc84a3c9b97b91346c60962. - [Release notes](https://github.com/devops-actions/action-get-tag/releases) - [Commits](https://github.com/devops-actions/action-get-tag/compare/830f7bd3405217bb60219cd42e0fc5b039914739...d17aac219dd2d692ddc84a3c9b97b91346c60962) --- 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 36253ab..03e2003 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@830f7bd3405217bb60219cd42e0fc5b039914739 # v1.0.1 + uses: devops-actions/action-get-tag@d17aac219dd2d692ddc84a3c9b97b91346c60962 # v1.0.1 # publish a release with the build assets - uses: rajbos-actions/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1