Skip to content

Commit abd2d5c

Browse files
authored
Fix incorrectly specified dependabot dependencies (#28)
There was a typo, causing the dependencies not to be picked up by the Dependabot version update checks.
1 parent 411c831 commit abd2d5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependabot_hack.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
name: Ensure dependabot version checks
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: agilepathway/label-checker:v1.0.8
15-
- uses: koalaman/shellcheck:v0.7.0
14+
- uses: agilepathway/label-checker@v1.0.8
15+
- uses: koalaman/shellcheck@v0.7.0

0 commit comments

Comments
 (0)