diff --git a/.github/workflows/template_initialization.yaml b/.github/workflows/template_initialization.yaml index 9ee6cff..4c124dc 100644 --- a/.github/workflows/template_initialization.yaml +++ b/.github/workflows/template_initialization.yaml @@ -11,7 +11,7 @@ jobs: - name: Checking availability for module name ${{github.event.repository.name}} on NPM. id: id1 - uses: garronej/github_actions_toolkit@v1.4 + uses: garronej/github_actions_toolkit@v1.9 with: action_name: is_well_formed_and_available_module_name module_name: ${{github.event.repository.name}} @@ -36,7 +36,7 @@ jobs: - run: mv LICENSE.template LICENSE - name : String replace id: id2 - uses: garronej/github_actions_toolkit@v1.4 + uses: garronej/github_actions_toolkit@v1.9 with: action_name: string_replace input_string: ${{github.event.repository.name}}