From 1e700637319c6b187adec6c86f4d9d35456c9caf Mon Sep 17 00:00:00 2001 From: Nico Singh Date: Tue, 18 Jan 2022 09:05:17 -0300 Subject: [PATCH] fix action version --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dfe4ca9..9e33146 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - - uses: srfrnk/current-time@v1 + - uses: srfrnk/current-time@v1.1.0 id: current-time with: format: YYYY-MM-DD