Use the same version of github_actions_toolkit everywhere

This commit is contained in:
Joseph Garrone 2021-03-15 00:25:21 +01:00
parent afb1eed5b2
commit 62d00ae3d0

View file

@ -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