diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 131cb96..b40b30e 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -90,7 +90,7 @@ jobs: - name: Set up Deno if: ${{ matrix.runtime == 'deno' }} - uses: denoland/setup-deno@v1 + uses: denoland/setup-deno@v2 - name: Install Playwright Browsers if: ${{ matrix.runtime == 'next' || matrix.runtime == 'sveltekit' || matrix.runtime == 'vite' }}