From f4697525648ea2f6e3e43015306e60b40e64b23e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Tue, 30 Apr 2024 12:20:26 -0400 Subject: [PATCH] fix GitHub Workflow to check syntax with Vale Not using latest version, and pin to a specific version. --- .github/workflows/check-syntax.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-syntax.yml b/.github/workflows/check-syntax.yml index 48d7edb..a8510aa 100644 --- a/.github/workflows/check-syntax.yml +++ b/.github/workflows/check-syntax.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout this repository - uses: actions/checkout@main + uses: actions/checkout@v4.1.4 - name: Download .vale.ini run: wget https://raw.githubusercontent.com/fharper/gh-configs/main/.vale.ini -O .vale.ini