We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6caab57 commit f469752Copy full SHA for f469752
.github/workflows/check-syntax.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout this repository
11
- uses: actions/checkout@main
+ uses: actions/checkout@v4.1.4
12
13
- name: Download .vale.ini
14
run: wget https://raw.githubusercontent.com/fharper/gh-configs/main/.vale.ini -O .vale.ini
0 commit comments