From 1abdc49c5f3d335f4c50066ef52a4a3db9629045 Mon Sep 17 00:00:00 2001 From: Soren Ptak Date: Fri, 5 Jan 2024 13:01:45 -0500 Subject: [PATCH] Use cspell version 8.3.1 --- spellings/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spellings/action.yml b/spellings/action.yml index 0c933667..45210f82 100644 --- a/spellings/action.yml +++ b/spellings/action.yml @@ -38,7 +38,7 @@ runs: sudo apt-get install util-linux -y sudo apt-get install fd-find -y sudo apt-get install npm -y - sudo npm install -g cspell + sudo npm install -g cspell@8.3.1 # Add the Github Action Path to PATH export PATH="$GITHUB_ACTION_PATH:$PATH"