diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f13b2c24..538d8ffb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: steps: - name: Tell if project is using npm or yarn id: step1 - uses: garronej/ts-ci@v1.1.4 + uses: garronej/ts-ci@v1.1.7 with: action_name: tell_if_project_uses_npm_or_yarn - uses: actions/checkout@v2.3.4 @@ -69,7 +69,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.4 + - uses: garronej/ts-ci@v1.1.7 id: step1 with: action_name: is_package_json_version_upgraded