From b44429e6499aa7ee923770dcd4bd0e2be84c3a3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 02:17:46 +0000 Subject: [PATCH] Bump coverallsapp/github-action from 1.1.3 to 2.3.0 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 2.3.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Upgrade guide](https://github.com/coverallsapp/github-action/blob/main/UPGRADE.md) - [Commits](https://github.com/coverallsapp/github-action/compare/1.1.3...v2.3.0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/python-shared-test.yml | 2 +- .github/workflows/ruby-shared-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-shared-test.yml b/.github/workflows/python-shared-test.yml index f55d244..2679c8f 100644 --- a/.github/workflows/python-shared-test.yml +++ b/.github/workflows/python-shared-test.yml @@ -36,6 +36,6 @@ jobs: make coveralls - name: Coveralls - uses: coverallsapp/github-action@1.1.3 + uses: coverallsapp/github-action@v2.3.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ruby-shared-ci.yml b/.github/workflows/ruby-shared-ci.yml index b5c98ca..d783ea3 100644 --- a/.github/workflows/ruby-shared-ci.yml +++ b/.github/workflows/ruby-shared-ci.yml @@ -24,7 +24,7 @@ jobs: run: | bundle exec rails test - name: Coveralls - uses: coverallsapp/github-action@1.1.3 + uses: coverallsapp/github-action@v2.3.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: ./coverage/lcov/coverage.lcov