]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/3953'
authorTom Hughes <tom@compton.nu>
Fri, 3 Mar 2023 17:55:53 +0000 (17:55 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 3 Mar 2023 17:55:53 +0000 (17:55 +0000)
.github/workflows/tests.yml

index ff1c365b30458d66856db97f10d995d930e49f26..aa8edff124947d963482cfb5ecc2f1e37fd073b4 100644 (file)
@@ -60,7 +60,7 @@ jobs:
     - name: Run tests
       run: bundle exec rails test:all
     - name: Report completion to Coveralls
-      uses: coverallsapp/github-action@v1.2.2
+      uses: coverallsapp/github-action@v1.2.4
       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@v1.2.2
+      uses: coverallsapp/github-action@v1.2.4
       with:
         github-token: ${{ secrets.github_token }}
         parallel-finished: true