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