From 4c766c0b91616dd6aaec4e29f75c1e1ce5ab99e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:20:47 +0000 Subject: [PATCH] chore(deps): update denoland/setup-deno action to v1.5.2 | datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | denoland/setup-deno | v1.1.1 | v1.5.2 | --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d31d37..f2e86cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Setup Deno - uses: denoland/setup-deno@v1.1.1 + uses: denoland/setup-deno@v1.5.2 with: deno-version: v1.x # Run with latest stable Deno.