From cc76205100e147a31477bc6beb06b10b52a6bb3f Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sat, 27 Apr 2024 14:30:56 +0200 Subject: [PATCH] ci: change failing parser-update-action to fixed version to test it --- .github/workflows/update-cpp-parser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-cpp-parser.yml b/.github/workflows/update-cpp-parser.yml index 2833c34..f55cc82 100644 --- a/.github/workflows/update-cpp-parser.yml +++ b/.github/workflows/update-cpp-parser.yml @@ -20,7 +20,7 @@ jobs: - uses: tree-sitter/setup-action@v1 with: install-lib: false - - uses: tree-sitter/parser-update-action@master + - uses: theHamsta/parser-update-action@allow-upper-case-in-github-username with: parent-name: hlsl language-name: slang