From: Tom Hughes Date: Mon, 27 Feb 2023 12:07:42 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/3941' X-Git-Tag: live~2179 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1de236adfd444e1ca75d9d5175e8712115a3c681?hp=87657108f6bd2a4afa41760dff1947a8349b28f8 Merge remote-tracking branch 'upstream/pull/3941' --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1c7afeb04..ac5bfcf89 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@1.1.3 + uses: coverallsapp/github-action@v1.2.0 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@1.1.3 + uses: coverallsapp/github-action@v1.2.0 with: github-token: ${{ secrets.github_token }} parallel-finished: true