From 19babaddbeae15ca84eee75f6e55750b2dfd9a31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 11:33:56 +0000 Subject: [PATCH] chore(deps): update denoland/setup-deno action to v1.1.4 | datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | denoland/setup-deno | v1.1.1 | v1.1.4 | --- .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..34b1dc6 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.1.4 with: deno-version: v1.x # Run with latest stable Deno.