From 8516380faf73360a389d155733c4acf1fcc28fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 09:21:56 +0000 Subject: [PATCH] Bump denoland/setup-deno from 1.1.4 to 1.2.0 Bumps [denoland/setup-deno](https://github.com/denoland/setup-deno) from 1.1.4 to 1.2.0. - [Release notes](https://github.com/denoland/setup-deno/releases) - [Commits](https://github.com/denoland/setup-deno/compare/v1.1.4...v1.2.0) --- updated-dependencies: - dependency-name: denoland/setup-deno dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index aab2819..67dffb8 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -47,7 +47,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Setup Deno - uses: denoland/setup-deno@v1.1.4 + uses: denoland/setup-deno@v1.2.0 with: deno-version: v1.x - name: Check code formatted