mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #20003 from Homebrew/dependabot/github_actions/github-actions-d0caf880e0
build(deps): bump codecov/test-results-action from 1.1.0 to 1.1.1 in the github-actions group
This commit is contained in:
commit
f4375b0750
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -335,7 +335,7 @@ jobs:
|
||||
filenames=$(find Library/Homebrew/test/junit -name 'rspec*.xml' -print | tr '\n' ',')
|
||||
echo "filenames=${filenames%,}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
|
||||
- uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1
|
||||
with:
|
||||
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}
|
||||
files: ${{ steps.junit_xml.outputs.filenames }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user