mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
Updates github actions to use commits instead of tags (#100)
* Update bcnotify.yaml * Update build-validation.yml * Update markdownlint.yml
This commit is contained in:
@@ -20,9 +20,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 #@v2
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d #@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
- name: Run Markdownlint
|
||||
|
||||
Reference in New Issue
Block a user