Skip to content

Commit

Permalink
ci(deps): bump coverallsapp/github-action from 2.2.0 to 2.2.1 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 14, 2023
1 parent 2da6894 commit d144be6
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.2.0
uses: coverallsapp/github-action@v2.2.1
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.2.0
uses: coverallsapp/github-action@v2.2.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./Xyaneon.Games.Dice.Test/TestResults/coverage.info
Expand Down

0 comments on commit d144be6

Please sign in to comment.