Skip to content

Commit

Permalink
Bump mikepenz/action-junit-report and pnpm/action-setup to remove…
Browse files Browse the repository at this point in the history
… deprecated warnings (#1316)

* Bump mikepenz/action-junit-report to remove deprecated warnings

* Bump pnpm/action-setup to remove deprecated warnings
  • Loading branch information
caponetto committed Nov 9, 2022
1 parent 5f4e6c9 commit ad8d4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
du -sh .
- name: "Setup pnpm"
uses: pnpm/action-setup@10693b3829bf86eb2572aef5f3571dcf5ca9287d
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd
with:
version: 7.0.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: "Check tests result (`main` only)"
if: always() && !cancelled() && steps.setup_build_mode.outputs.mode != 'none' && !github.event.pull_request
uses: mikepenz/action-junit-report@1b47bb811362f3d8d753fc148cb7a13ec9e55570
uses: mikepenz/action-junit-report@ab07dd7abefd456d92ecbeb22f81392fafe3d528
with:
check_name: "-"
annotate_only: true
Expand Down

0 comments on commit ad8d4f7

Please sign in to comment.