diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index d17b9eb..a44018c 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.35.0 + - uses: rojopolis/spellcheck-github-actions@0.36.0 name: Spellcheck with: config_path: .github/spellcheck.yml # put path to configuration file here