From: Tom Hughes Date: Thu, 17 Oct 2024 17:10:04 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/5268' X-Git-Tag: live~820 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/3b6518852bc49024635a0a00d463e3105f61ec88?hp=fa082dce3aa9ba28b4d3c7abb6a6a4ef4e866418 Merge remote-tracking branch 'upstream/pull/5268' --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e5c9efa11..a5bfd0f09 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,7 +65,7 @@ jobs: - name: Run javascript tests run: bundle exec teaspoon - name: Report completion to Coveralls - uses: coverallsapp/github-action@v2.3.2 + uses: coverallsapp/github-action@v2.3.3 with: github-token: ${{ secrets.github_token }} flag-name: ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }} @@ -77,7 +77,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Report completion to Coveralls - uses: coverallsapp/github-action@v2.3.2 + uses: coverallsapp/github-action@v2.3.3 with: github-token: ${{ secrets.github_token }} parallel-finished: true