From: Tom Hughes Date: Tue, 15 Oct 2024 23:32:52 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/5263' X-Git-Tag: live~967 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/877716c72a3c0b1ad063d274546153099fd8bb78?hp=8c2d6cbed676aa23bc5361fa0e976c045c541196 Merge remote-tracking branch 'upstream/pull/5263' --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6e2b77059..55e6671bf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,7 +61,7 @@ jobs: - name: Run tests run: bundle exec rails test:all - name: Report completion to Coveralls - uses: coverallsapp/github-action@v2.3.0 + uses: coverallsapp/github-action@v2.3.2 with: github-token: ${{ secrets.github_token }} flag-name: ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }} @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Report completion to Coveralls - uses: coverallsapp/github-action@v2.3.0 + uses: coverallsapp/github-action@v2.3.2 with: github-token: ${{ secrets.github_token }} parallel-finished: true