From e6f17e348ef766fd6a0cb5dadbab04086f54ab16 Mon Sep 17 00:00:00 2001 From: Matt Sherman Date: Thu, 17 Oct 2024 11:04:29 -0400 Subject: [PATCH] Update deno version for deploy --- .github/workflows/publish-on-deno-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-on-deno-deploy.yml b/.github/workflows/publish-on-deno-deploy.yml index 742d993..a9b5bf8 100644 --- a/.github/workflows/publish-on-deno-deploy.yml +++ b/.github/workflows/publish-on-deno-deploy.yml @@ -16,9 +16,9 @@ jobs: uses: actions/checkout@v4 - name: Setup Deno environment - uses: denoland/setup-deno@v1 + uses: denoland/setup-deno@v2 with: - deno-version: v1.x + deno-version: v2.x - name: Build site run: deno task build