From: Tom Hughes Date: Sun, 23 Apr 2023 15:17:48 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4014' X-Git-Tag: live~1782 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/0a5dda64f4d1193b4be2d77cdbbe68569653ebed?hp=a119e873bef721d25e00539b728128bfc1b4e3d9 Merge remote-tracking branch 'upstream/pull/4014' --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 89c60cadc..85dd23bee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,7 +60,7 @@ jobs: - name: Run tests run: bundle exec rails test:all - name: Report completion to Coveralls - uses: coverallsapp/github-action@v2.1.0 + uses: coverallsapp/github-action@v2.1.2 with: github-token: ${{ secrets.github_token }} flag-name: ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }} @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Report completion to Coveralls - uses: coverallsapp/github-action@v2.1.0 + uses: coverallsapp/github-action@v2.1.2 with: github-token: ${{ secrets.github_token }} parallel-finished: true