From: Tom Hughes Date: Thu, 9 May 2024 18:13:50 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4776' X-Git-Tag: live~1394 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ef00f9a4674d2a0719635333cef8ac6bdc21d940?hp=d8e3b037d51cd2ac6d2515d4c7a02390f6debf90 Merge remote-tracking branch 'upstream/pull/4776' --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bfe456076..34405f778 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.2.3 + uses: coverallsapp/github-action@v2.3.0 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.2.3 + uses: coverallsapp/github-action@v2.3.0 with: github-token: ${{ secrets.github_token }} parallel-finished: true