From 343e5bcde584d6e799d1d632e5a9da2466c0a928 Mon Sep 17 00:00:00 2001 From: James Harris Date: Fri, 9 Jul 2021 22:37:14 +0100 Subject: [PATCH] ci: add missing character from version tag --- .github/workflows/markdownlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index b0eba41..b582004 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -5,6 +5,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@2 + uses: actions/checkout@v2 - name: Run mdl uses: actionshub/markdownlint@2.0.2