Skip to content

Commit

Permalink
Update check-outdated-dependencies.yml
Browse files Browse the repository at this point in the history
Fix workflow name
  • Loading branch information
Siedlerchr authored May 11, 2021
1 parent 7242baa commit 97ad19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-outdated-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: ./gradlew -q checkOutdatedDependencies
- name: Report issues
if: failure()
uses: JasonEtco/create-an-issue@master
uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 97ad19b

Please sign in to comment.