From e60a9a8529242a62a6b62818a7b797061a8a3431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 06:29:41 +0000 Subject: [PATCH] chore(deps): Bump denoland/setup-deno from 1.4.1 to 1.5.1 Bumps [denoland/setup-deno](https://github.com/denoland/setup-deno) from 1.4.1 to 1.5.1. - [Release notes](https://github.com/denoland/setup-deno/releases) - [Commits](https://github.com/denoland/setup-deno/compare/v1.4.1...v1.5.1) --- 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 83106cb..c2898b1 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.4.1 + uses: denoland/setup-deno@v1.5.1 with: deno-version: v1.x - name: Check code formatted