diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index 76f4d4f..0869651 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - uses: rojopolis/spellcheck-github-actions@0.37.0 + - uses: rojopolis/spellcheck-github-actions@0.38.0 name: Spellcheck with: config_path: .github/spellcheck.yml # put path to configuration file here