Skip to content

Commit f469752

Browse files
committed
fix GitHub Workflow to check syntax with Vale
Not using latest version, and pin to a specific version.
1 parent 6caab57 commit f469752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-syntax.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout this repository
11-
uses: actions/checkout@main
11+
uses: actions/checkout@v4.1.4
1212

1313
- name: Download .vale.ini
1414
run: wget https://raw.githubusercontent.com/fharper/gh-configs/main/.vale.ini -O .vale.ini

0 commit comments

Comments
 (0)