From: Tom Hughes Date: Sun, 23 Apr 2023 15:17:37 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4011' X-Git-Tag: live~2060 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d8bfae5f5f4a42de20a70437769413040da240a1?hp=dfce14a249b730f957b8eed7ab2ca7f3cc8eb08b Merge remote-tracking branch 'upstream/pull/4011' --- 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