From 2e480629ed25253c86e45a3400825deed4cf2349 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 8 Aug 2024 08:33:10 +0200 Subject: [PATCH] Update coveralls github action Fixes a warning --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index e6b5559..906d7ad 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -57,7 +57,7 @@ jobs: - name: Run tests run: bundle exec rake test:ruby - name: Coveralls Parallel - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.github_token }} flag-name: run-${{ matrix.ruby-version }}