From 9d13333d48ba05e77315802215953493c2f10c1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 17:47:48 -0400 Subject: [PATCH] Bump rickstaa/action-create-tag from 1.6.3 to 1.6.4 (#3942) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/monthly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/monthly.yaml b/.github/workflows/monthly.yaml index f60679e77..30dde9046 100644 --- a/.github/workflows/monthly.yaml +++ b/.github/workflows/monthly.yaml @@ -16,6 +16,6 @@ jobs: id: current-time - name: Bump Calendar Version - uses: rickstaa/action-create-tag@v1.6.3 + uses: rickstaa/action-create-tag@v1.6.4 with: tag: ${{ steps.current-time.outputs.year }}.${{ steps.current-time.outputs.month }}.0