From 95a7f1cf705bdc33826f2026f865f144a64197e0 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sun, 19 May 2024 08:55:08 +0200 Subject: [PATCH] update ts-ci actions --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/template_initialization.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 16c5ce0..86c6e99 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,7 +55,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 @@ -102,7 +102,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 diff --git a/.github/workflows/template_initialization.yaml b/.github/workflows/template_initialization.yaml index 0442d31..acfcc27 100644 --- a/.github/workflows/template_initialization.yaml +++ b/.github/workflows/template_initialization.yaml @@ -12,7 +12,7 @@ jobs: - name: Checking availability for module name ${{github.event.repository.name}} on NPM. id: id1 - uses: garronej/ts-ci@v2.1.1 + uses: garronej/ts-ci@v2.1.2 with: action_name: is_well_formed_and_available_module_name module_name: ${{github.event.repository.name}} @@ -38,7 +38,7 @@ jobs: mv LICENSE.template LICENSE - name : String replace id: id2 - uses: garronej/ts-ci@v2.1.1 + uses: garronej/ts-ci@v2.1.2 with: action_name: string_replace input_string: ${{github.event.repository.name}}