diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dc92549..13b7b5c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: steps: - name: Tell if project is using npm or yarn id: step1 - uses: garronej/github_actions_toolkit@v2.1 + uses: garronej/github_actions_toolkit@v2.2 with: action_name: tell_if_project_uses_npm_or_yarn - uses: actions/checkout@v2.3.4 @@ -69,7 +69,7 @@ jobs: to_version: ${{ steps.step1.outputs.to_version }} is_upgraded_version: ${{steps.step1.outputs.is_upgraded_version }} steps: - - uses: garronej/github_actions_toolkit@v2.1 + - uses: garronej/github_actions_toolkit@v2.2 id: step1 with: action_name: is_package_json_version_upgraded