-
Notifications
You must be signed in to change notification settings - Fork 15
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
ci: upgrade action version to supress deprecation warnings ⚙️ #5330
Conversation
@@ -27,10 +27,9 @@ jobs: | |||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | |||
|
|||
- name: Install Rust 🦀 | |||
uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This action was archived last year.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -77,7 +77,7 @@ jobs: | |||
|
|||
- name: Download try-runtime binary 📥 | |||
if: inputs.run-job | |||
uses: jaxxstorm/action-install-gh-release@v1.10.0 | |||
uses: jaxxstorm/action-install-gh-release@25d5e2dd555cd74f1fab9ac1e6ea117acde2c0c4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we keep this at all, or would it be replaced by using the artefacts bucket? @kylezs
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5330 +/- ##
======================================
- Coverage 71% 71% -0%
======================================
Files 490 490
Lines 85209 85073 -136
Branches 85209 85073 -136
======================================
- Hits 60657 60467 -190
- Misses 21839 21889 +50
- Partials 2713 2717 +4 ☔ View full report in Codecov by Sentry. |
…lana-ccm * origin/main: ci: upgrade action version to supress deprecation warnings ⚙️ (#5330) feat: handle rotation tx construction failures (#5307) test(bouncer): add test for new utility (#5324) fix: keyholder check should use `HistoricalActiveEpochs` (#5325) feat: BTC contract swap encoding (#5311)
Closes: PLA-1396