Skip to content

Commit

Permalink
Merge pull request #13172 from Homebrew/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-3.1.0

build(deps): bump codecov/codecov-action from 3.0.0 to 3.1.0
  • Loading branch information
MikeMcQuaid committed Apr 22, 2022
2 parents a8bb0d6 + 9a9704a commit aaa4f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71
- uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378
with:
files: Library/Homebrew/test/coverage/coverage.xml

Expand Down Expand Up @@ -341,6 +341,6 @@ jobs:

- run: brew test-bot --only-formulae --test-default-formula

- uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71
- uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378
with:
files: Library/Homebrew/test/coverage/coverage.xml

0 comments on commit aaa4f5e

Please sign in to comment.