diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1173827e2..120662503 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -104,7 +104,7 @@ jobs: with: coverageCommand: coverage xml debug: true - uses: paambaati/codeclimate-action@v3.2.0 + uses: paambaati/codeclimate-action@v4.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} diff --git a/README.md b/README.md index 362ba9507..90473203e 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Use `hed.schema.set_cache_directory` to change the location. The HED cache can be shared across processes. Starting with `hedtools 0.2.0` local copies of the most recent schema versions -are stored within the code modules for easy access. +are stored within the code modules for easy access. ### Other links of interest