diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 070d433..112ed42 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.0.2 + uses: josStorer/get-current-time@v2.1.1 id: current-time with: format: YYYYMMDDHHMMSS - name: Get current time for Cleanup - uses: josStorer/get-current-time@v2.0.2 + uses: josStorer/get-current-time@v2.1.1 id: current-time-cleanup with: format: YYYYMM