diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 86c85024..371ca93c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -23,7 +23,7 @@ jobs: with: deno-version: v1.x - - uses: szenius/set-timezone@v1.0 + - uses: szenius/set-timezone@v2.0 with: timezoneLinux: "Europe/Prague"