diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b0b954..5d3b6f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: bundler-cache: true - name: Test run: bundle exec rspec - - uses: qltysh/qlty-action/coverage@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 + - uses: qltysh/qlty-action/coverage@08a0a862c159eae9b9003081da6663d96efef637 # v2.3.0 with: token: ${{ secrets.QLTY_COVERAGE_TOKEN }} files: ./coverage/coverage.json