Skip to content

Commit

Permalink
chore(deps): update mikepenz/action-junit-report action to v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 30, 2024
1 parent 694f5ae commit dec45df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: npm run ci
- name: Upload test report
if: ${{ always() }}
uses: mikepenz/action-junit-report@ac30be7acb0a361e5492575ab42e47fcadec4928 # v4.2.2
uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4.3.1
with:
report_paths: "**/reports/jest.xml"
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit dec45df

Please sign in to comment.