From d0fffc88bccaeb4c5270ef289a55769e906c7508 Mon Sep 17 00:00:00 2001 From: garronej Date: Tue, 11 Oct 2022 18:36:33 +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 abd4632..d9eb27c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: steps: - name: Tell if project is using npm or yarn id: step1 - uses: garronej/ts-ci@v2.0.0 + uses: garronej/ts-ci@v2.0.1 with: action_name: tell_if_project_uses_npm_or_yarn - uses: actions/checkout@v3 @@ -67,7 +67,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.0.0 + - uses: garronej/ts-ci@v2.0.1 id: step1 with: action_name: is_package_json_version_upgraded diff --git a/.github/workflows/template_initialization.yaml b/.github/workflows/template_initialization.yaml index 5e7e7be..c9f4f20 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.0.0 + uses: garronej/ts-ci@v2.0.1 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.0.0 + uses: garronej/ts-ci@v2.0.1 with: action_name: string_replace input_string: ${{github.event.repository.name}}