Update test.yml

This commit is contained in:
Mykola Siusko 2024-05-10 11:02:51 +02:00 committed by GitHub
parent dbcb60fdb3
commit c349853609
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ jobs:
permissions: permissions:
contents: write contents: write
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@ -22,7 +22,7 @@ jobs:
with: with:
deno-version: v1.x deno-version: v1.x
- uses: szenius/set-timezone@v1.0 - uses: szenius/set-timezone@v2.0
with: with:
timezoneLinux: "Europe/Prague" timezoneLinux: "Europe/Prague"
@ -30,4 +30,4 @@ jobs:
run: make cache run: make cache
- name: Test - name: Test
run: make test run: make test