Skip to content

Commit

Permalink
fix(lint): use action-pre-commit v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Feb 27, 2024
1 parent 884c6e1 commit f58c4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
with:
fetch-depth: 0
- name: Pre-commit
uses: open-turo/action-pre-commit@v1
uses: open-turo/action-pre-commit@v2
env:
ORG_GRADLE_PROJECT_artifactoryUsername: ${{ inputs.artifactory-username }}
ORG_GRADLE_PROJECT_artifactoryAuthToken: ${{ inputs.artifactory-auth-token }}
Expand Down

0 comments on commit f58c4af

Please sign in to comment.