Skip to content

Commit

Permalink
tmp - use my checker action
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Jan 4, 2021
1 parent ef2f25b commit 5ea5b79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dep-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ jobs:
echo "::set-output name=files::${newVersionFiles}"
- name: Check versions
uses: wildfly/dep-tree-diff@master
#uses: wildfly/dep-tree-diff@master
uses: kabir/dep-tree-diff@development
with:
token: '${{ secrets.GITHUB_TOKEN }}'
deps-ok-label: ${{ steps.prepare.outputs.deps_ok_label_name }}
Expand Down

0 comments on commit 5ea5b79

Please sign in to comment.