Skip to content

Commit

Permalink
Fix incorrectly specified dependabot dependencies (#28)
Browse files Browse the repository at this point in the history
There was a typo, causing the dependencies not to be picked up by
the Dependabot version update checks.
  • Loading branch information
johnboyes committed Aug 11, 2020
1 parent 411c831 commit abd2d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot_hack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
name: Ensure dependabot version checks
runs-on: ubuntu-latest
steps:
- uses: agilepathway/label-checker:v1.0.8
- uses: koalaman/shellcheck:v0.7.0
- uses: agilepathway/label-checker@v1.0.8
- uses: koalaman/shellcheck@v0.7.0

0 comments on commit abd2d5c

Please sign in to comment.