diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-09 20:31:24 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-09 20:31:28 +0900 |
| commit | bba1212ab46ed85c2ed3b646f2362bdbb1f45b63 (patch) | |
| tree | 9250c6625da84fc864e7c956cae920c6980b7321 /.github | |
| parent | 413dc9f64a2360d6378fd6d8424720f05a6b8248 (diff) | |
| download | nsfisis.dev-bba1212ab46ed85c2ed3b646f2362bdbb1f45b63.tar.gz nsfisis.dev-bba1212ab46ed85c2ed3b646f2362bdbb1f45b63.tar.zst nsfisis.dev-bba1212ab46ed85c2ed3b646f2362bdbb1f45b63.zip | |
fix(ci): upgrade Deno version in CI from 1.x to 2.x
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1325ce5c..f58b1b8c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,9 +11,9 @@ jobs: uses: actions/checkout@v2 - name: Set up Deno - uses: denoland/setup-deno@v1 + uses: denoland/setup-deno@v2 with: - deno-version: v1.x + deno-version: v2.x - name: Run deno task check run: cd vhosts/blog; deno task check |
