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