diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ebca769..e95fddf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v7 - run: | curl --location 'https://raw.githubusercontent.com/chef/chef_dictionary/main/chef.txt' --output chef_dictionary.txt - - uses: streetsidesoftware/cspell-action@v8.4.0 + - uses: streetsidesoftware/cspell-action@v9.0.1 linelint: runs-on: ubuntu-latest