From 1233a0b7204d12a60f4b7bd1199242a4cb7c4579 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Thu, 8 May 2025 19:35:07 +0200 Subject: [PATCH] chore(workflows): update Deno setup action to v2 - Updates the Deno setup action to the latest major version (v2) - Ensures compatibility and benefits from improvements in the new version --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 8425507..340d8fd 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Deno - uses: denoland/setup-deno@v1 + uses: denoland/setup-deno@v2 - name: Run Tests run: deno task test