We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09e7b6 commit 8ebb64eCopy full SHA for 8ebb64e
.github/actions/setup-nodejs-markdown/action.yml
@@ -11,7 +11,7 @@ runs:
11
# NODE.JS ENVIRONMENT SETUP
12
# Required for markdownlint-cli installation and execution
13
- name: Setup Node.js
14
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
+ uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
15
with:
16
node-version: ${{ inputs.node-version }}
17
0 commit comments