From c34985360945a5130039241a6d809aa2966241d9 Mon Sep 17 00:00:00 2001 From: Mykola Siusko <116563801+Msiusko@users.noreply.github.com> Date: Fri, 10 May 2024 11:02:51 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e450ce99..112fb98f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -22,7 +22,7 @@ jobs: with: deno-version: v1.x - - uses: szenius/set-timezone@v1.0 + - uses: szenius/set-timezone@v2.0 with: timezoneLinux: "Europe/Prague" @@ -30,4 +30,4 @@ jobs: run: make cache - name: Test - run: make test \ No newline at end of file + run: make test