From 3d0c1337ca158a19cd54626b33df54411a4c77bd Mon Sep 17 00:00:00 2001 From: garronej Date: Wed, 19 Jan 2022 00:36:39 +0100 Subject: [PATCH] Update actions --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/template_initialization.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 730968b..3a99a8d 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@v1.1.3 + uses: garronej/ts-ci@v1.1.4 with: action_name: tell_if_project_uses_npm_or_yarn - uses: actions/checkout@v2.3.4 @@ -67,7 +67,7 @@ jobs: is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }} is_release_beta: ${{steps.step1.outputs.is_release_beta }} steps: - - uses: garronej/ts-ci@v1.1.3 + - uses: garronej/ts-ci@v1.1.4 id: step1 with: action_name: is_package_json_version_upgraded @@ -78,7 +78,7 @@ jobs: needs: check_if_version_upgraded if: needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true' steps: - - uses: garronej/ts-ci@v1.1.3 + - uses: garronej/ts-ci@v1.1.4 with: action_name: update_changelog branch: ${{ github.head_ref || github.ref }} diff --git a/.github/workflows/template_initialization.yaml b/.github/workflows/template_initialization.yaml index 485b061..3874c90 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@v1.1.3 + uses: garronej/ts-ci@v1.1.4 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@v1.1.3 + uses: garronej/ts-ci@v1.1.4 with: action_name: string_replace input_string: ${{github.event.repository.name}}