From abd2d5cea0d91415d8e4b3e410b3393aebfb3c41 Mon Sep 17 00:00:00 2001 From: John Boyes Date: Tue, 11 Aug 2020 21:48:59 +0700 Subject: [PATCH] Fix incorrectly specified dependabot dependencies (#28) There was a typo, causing the dependencies not to be picked up by the Dependabot version update checks. --- .github/workflows/dependabot_hack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot_hack.yml b/.github/workflows/dependabot_hack.yml index 58e0d11..b53c885 100644 --- a/.github/workflows/dependabot_hack.yml +++ b/.github/workflows/dependabot_hack.yml @@ -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