Skip to content

Commit

Permalink
Merge pull request #19057 from Homebrew/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/test-results-action-1.0.2

build(deps): bump codecov/test-results-action from 1.0.1 to 1.0.2
  • Loading branch information
EricFromCanada authored Jan 8, 2025
2 parents 7e1d14e + 81b25e4 commit 9241da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ jobs:
filenames=$(find Library/Homebrew/test/junit -name 'rspec*.xml' -print | tr '\n' ',')
echo "filenames=${filenames%,}" >> "$GITHUB_OUTPUT"
- uses: codecov/test-results-action@9739113ad922ea0a9abb4b2c0f8bf6a4aa8ef820 # v1.0.1
- uses: codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9 # v1.0.2
with:
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}
files: ${{ steps.junit_xml.outputs.filenames }}
Expand Down

0 comments on commit 9241da0

Please sign in to comment.