From dd6d7382621d9d32811ace677b147b1f7c9666e5 Mon Sep 17 00:00:00 2001 From: Oscar Dominguez Date: Mon, 3 Oct 2022 15:40:17 +0200 Subject: [PATCH] ci(markdownlint): upgrade actions/checkout to v3 (#877) --- .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 b582004..6bf128c 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@v2 + uses: actions/checkout@v3 - name: Run mdl uses: actionshub/markdownlint@2.0.2