From b71f3f559a51bf0795f4e7fcb27c3b4746259ddc Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sun, 19 May 2024 08:55:47 +0200 Subject: [PATCH] Update ts-ci actions --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fba0dff6..72861a06 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -70,7 +70,7 @@ jobs: is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }} is_pre_release: ${{steps.step1.outputs.is_pre_release }} steps: - - uses: garronej/ts-ci@v2.1.1 + - uses: garronej/ts-ci@v2.1.2 id: step1 with: action_name: is_package_json_version_upgraded @@ -116,7 +116,7 @@ jobs: - run: npx -y -p denoify@1.6.10 enable_short_npm_import_path env: DRY_RUN: "0" - - uses: garronej/ts-ci@v2.1.1 + - uses: garronej/ts-ci@v2.1.2 with: action_name: remove_dark_mode_specific_images_from_readme - name: Publishing on NPM