diff --git a/spellings/action.yml b/spellings/action.yml index c7a5ebd..0fcbc14 100644 --- a/spellings/action.yml +++ b/spellings/action.yml @@ -37,7 +37,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"