From deda91d2d5d0ba00630ce47efe8f05b86e64bd66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 09:12:48 +0000 Subject: [PATCH] Bump josStorer/get-current-time from 2.1.1 to 2.1.2 Bumps [josStorer/get-current-time](https://github.com/josstorer/get-current-time) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/josstorer/get-current-time/releases) - [Commits](https://github.com/josstorer/get-current-time/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: josStorer/get-current-time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c696636..2046528 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,12 +12,12 @@ jobs: environment: Production steps: - name: Get current time for Folder - uses: josStorer/get-current-time@v2.1.1 + uses: josStorer/get-current-time@v2.1.2 id: current-time with: format: YYYYMMDDHHMMSS - name: Get current time for Cleanup - uses: josStorer/get-current-time@v2.1.1 + uses: josStorer/get-current-time@v2.1.2 id: current-time-cleanup with: format: YYYYMM