]> git.openstreetmap.org Git - rails.git/commitdiff
Bump coverallsapp/github-action to 1.2.1
authorTom Hughes <tom@compton.nu>
Mon, 27 Feb 2023 12:22:17 +0000 (12:22 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 27 Feb 2023 12:22:17 +0000 (12:22 +0000)
.github/workflows/tests.yml

index ac5bfcf89c913ea9202ba124e9378f73764d381c..8da0c047974e0688a273f7e111227349dafdb35a 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.0
+      uses: coverallsapp/github-action@v1.2.1
       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.0
+      uses: coverallsapp/github-action@v1.2.1
       with:
         github-token: ${{ secrets.github_token }}
         parallel-finished: true