Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f98f1e1 + 060308a commit e3cb95dCopy full SHA for e3cb95d
.github/workflows/markdownlint.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #@v2
18
- name: Use Node.js
19
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a #@v1
+ uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e #@v1
20
with:
21
node-version: 12.x
22
- name: Run Markdownlint
.github/workflows/snippets5000.yml
@@ -62,7 +62,7 @@ jobs:
62
63
# Update build output json file
64
- name: Upload build results
65
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 #@v4.6.1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #@v4.6.2
66
67
name: build
68
path: ./output.json
0 commit comments