diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 64f2a3508f2..982a920597f 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 #@v2 - name: Use Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 #@v1 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #@v1 with: node-version: 12.x - name: Run Markdownlint diff --git a/.github/workflows/snippets5000.yml b/.github/workflows/snippets5000.yml index 4366a0cbe73..a4b43a1af7a 100644 --- a/.github/workflows/snippets5000.yml +++ b/.github/workflows/snippets5000.yml @@ -62,7 +62,7 @@ jobs: # Update build output json file - name: Upload build results - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f #@v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f #@v7.0.0 with: name: build path: ./output.json