From 1a08887aab25ab464b06ddef1b1377334e0a44af Mon Sep 17 00:00:00 2001 From: James Harris Date: Fri, 9 Jul 2021 13:06:39 +0100 Subject: [PATCH] ci: update action versions Markdownlint changes their default branch from master to main, so it was no longer able to find the action. Pinned to latest releases to avoid future issues like this. --- .github/workflows/markdownlint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 2dffb10..b0eba41 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@master + uses: actions/checkout@2 - name: Run mdl - uses: actionshub/markdownlint@master + uses: actionshub/markdownlint@2.0.2