Skip to content

Commit

Permalink
Make check_if_version_upgraded work on private repos
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej authored Jun 20, 2024
1 parent 87c92d2 commit 897cdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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].2
- uses: garronej/[email protected].4
id: step1
with:
action_name: is_package_json_version_upgraded
Expand Down

0 comments on commit 897cdea

Please sign in to comment.