From 6fdeb62eb9dde34abb27fa0683249999926e079e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 05:54:24 +0000 Subject: [PATCH] Bump rickstaa/action-create-tag from 1.6.3 to 1.6.4 Bumps [rickstaa/action-create-tag](https://github.com/rickstaa/action-create-tag) from 1.6.3 to 1.6.4. - [Release notes](https://github.com/rickstaa/action-create-tag/releases) - [Commits](https://github.com/rickstaa/action-create-tag/compare/v1.6.3...v1.6.4) --- updated-dependencies: - dependency-name: rickstaa/action-create-tag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/preview-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-and-release.yml b/.github/workflows/preview-and-release.yml index d93ad737c91..b866c64051b 100644 --- a/.github/workflows/preview-and-release.yml +++ b/.github/workflows/preview-and-release.yml @@ -107,7 +107,7 @@ jobs: run: .\Scripts\getLatestVersion.ps1 shell: pwsh - name: Create tag - uses: rickstaa/action-create-tag@v1.6.3 + uses: rickstaa/action-create-tag@v1.6.4 with: tag: ${{ steps.GetVersion.outputs.tag }} - name: Queue Git Release