diff options
author | 2024-06-20 04:00:59 +0200 | |
---|---|---|
committer | 2024-06-20 04:00:59 +0200 | |
commit | 6f85c4bbcaca73cc5b999237b4e197b1e98bc38e (patch) | |
tree | 0d664465aaeb513821ee2388a91cd25b13705998 | |
parent | Make check_if_version_upgraded work on private repos (diff) |
Update action
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1d1dccf..287fcd2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: to_version: ${{ steps.step1.outputs.to_version }} is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }} steps: - - uses: garronej/[email protected] + - uses: garronej/[email protected] id: step1 with: action_name: is_package_json_version_upgraded |