From 4cb3ca6e1d0354fa6dd28f840ac3e09046c1bcfe Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Thu, 2 May 2024 07:20:17 +0900 Subject: [PATCH] chore: update for 1.43.1 (#454) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: bartlomieju Co-authored-by: Bartek IwaƄczuk --- .github/workflows/update_versions.yml | 2 +- replacements.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_versions.yml b/.github/workflows/update_versions.yml index 52aecaf0..ac8e4f6d 100644 --- a/.github/workflows/update_versions.yml +++ b/.github/workflows/update_versions.yml @@ -25,4 +25,4 @@ jobs: run: | git config user.email "${{ github.actor }}@users.noreply.github.com" git config user.name "${{ github.actor }}" - deno run -A .github/workflows/update_versions.ts --create-pr + deno run -A --no-lock .github/workflows/update_versions.ts --create-pr diff --git a/replacements.json b/replacements.json index e21482b2..d63ac701 100644 --- a/replacements.json +++ b/replacements.json @@ -1,4 +1,4 @@ { - "CLI_VERSION": "1.43.0", + "CLI_VERSION": "1.43.1", "STD_VERSION": "0.224.0" }