Skip to content

Commit

Permalink
ci(deps): bump coverallsapp/github-action from 2.2.2 to 2.2.3 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 9, 2023
1 parent e662f76 commit b80f127
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
@@ -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.2
uses: coverallsapp/github-action@v2.2.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./Xyaneon.Games.Dice.Test/TestResults/coverage.info
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -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.2
uses: coverallsapp/github-action@v2.2.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./Xyaneon.Games.Dice.Test/TestResults/coverage.info

0 comments on commit b80f127

Please sign in to comment.