From 9e970a8b19158d66b8a51dd4fa4e36ae43f84578 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:58:30 -0800 Subject: [PATCH] Update markdownlint.yml --- .github/workflows/markdownlint.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 4dc5c1878..1e6c6a0fb 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -16,17 +16,16 @@ on: jobs: lint: - runs-on: ubuntu-latest steps: - - uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 #@v2 - - name: Use Node.js - uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d #@v1 - with: - node-version: 12.x - - name: Run Markdownlint - run: | - echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json" - npm i -g markdownlint-cli - markdownlint "**/*.md" + - uses: actions/checkout@v4.1.1 + - name: Use Node.js + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + with: + node-version: 16.x + - name: Run Markdownlint + run: | + echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json" + npm i -g markdownlint-cli + markdownlint "**/*.md"