Skip to content

Commit

Permalink
Merge pull request #26 from im-open/dependabot/npm_and_yarn/fast-xml-…
Browse files Browse the repository at this point in the history
…parser-4.2.4

Bump fast-xml-parser from 3.19.0 to 4.2.4
  • Loading branch information
danielle-casella-adams authored Jul 11, 2023
2 parents cb50499 + 0fad968 commit 314d9fb
Show file tree
Hide file tree
Showing 5 changed files with 379 additions and 129 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Process trx reports with default
if: always()
# You may also reference just the major or major.minor version
uses: im-open/[email protected].2
uses: im-open/[email protected].3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -120,7 +120,7 @@ jobs:
- name: Process trx reports
id: process-trx
# You may also reference just the major or major.minor version
uses: im-open/[email protected].2
uses: im-open/[email protected].3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
base-directory: './test-results' # Default: .
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
if: always()
id: process-test
# You may also reference just the major or major.minor version
uses: im-open/[email protected].2
uses: im-open/[email protected].3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
create-status-check: false
Expand Down
Loading

0 comments on commit 314d9fb

Please sign in to comment.