Skip to content

Commit

Permalink
ci(deps): bump coverallsapp/github-action from 2.1.2 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](coverallsapp/github-action@v2.1.2...v2.2.0)

---
updated-dependencies:
- dependency-name: coverallsapp/github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 7, 2023
1 parent 54f0162 commit a9fed62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: mv ./Xyaneon.Games.Dice.Test/TestResults/**/coverage.info ./Xyaneon.Games.Dice.Test/TestResults/

- name: Upload coverage file to Coveralls.io
uses: coverallsapp/github-action@v2.1.2
uses: coverallsapp/github-action@v2.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./Xyaneon.Games.Dice.Test/TestResults/coverage.info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: mv ./Xyaneon.Games.Dice.Test/TestResults/**/coverage.info ./Xyaneon.Games.Dice.Test/TestResults/

- name: Upload coverage file to Coveralls.io
uses: coverallsapp/github-action@v2.1.2
uses: coverallsapp/github-action@v2.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./Xyaneon.Games.Dice.Test/TestResults/coverage.info
Expand Down

0 comments on commit a9fed62

Please sign in to comment.