From 4b5f2afb475bef1554c00fabd095844adfb69010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 15:00:17 -0400 Subject: [PATCH] Bump rickstaa/action-create-tag from 1.6.4 to 1.6.6 (#3991) Bumps [rickstaa/action-create-tag](https://github.com/rickstaa/action-create-tag) from 1.6.4 to 1.6.6. - [Release notes](https://github.com/rickstaa/action-create-tag/releases) - [Commits](https://github.com/rickstaa/action-create-tag/compare/v1.6.4...v1.6.6) --- 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 30dde9046..57d038d1b 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.4 + uses: rickstaa/action-create-tag@v1.6.6 with: tag: ${{ steps.current-time.outputs.year }}.${{ steps.current-time.outputs.month }}.0