Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mikepenz/action-junit-report and pnpm/action-setup to remove deprecated warnings #1316

Merged
merged 2 commits into from Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
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
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