From a8d7710a7a99fe55c13cfdff29cadba2f2dc4f13 Mon Sep 17 00:00:00 2001 From: Angel Nunez Mencias Date: Thu, 31 Oct 2024 21:45:15 -0300 Subject: [PATCH] fix action --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e9b128c..de5f6bc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Set current time - uses: gerred/actions/current-time@master + uses: https://github.com/gerred/actions/current-time@master id: current_time - name: Set up Docker Buildx