Update dependency check with new version#1443
Conversation
dsherry
left a comment
There was a problem hiding this comment.
Thank you @gsheni !! 🎉
Yep, the action just started failing 30min ago with a "set-env" message:
The
set-envcommand is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting theACTIONS_ALLOW_UNSECURE_COMMANDSenvironment variable totrue. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
The fix is to update the version of the create-pull-request action we use. We updated our fork to include v3
| token: ${{ secrets.GITHUB_TOKEN }} | ||
| commit-message: Update latest dependencies | ||
| title: Automated Latest Dependency Updates | ||
| author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |
There was a problem hiding this comment.
Yep, so this just makes it so the author stays as "github-actions[bot]". Awesome
Codecov Report
@@ Coverage Diff @@
## main #1443 +/- ##
=======================================
Coverage 100.0% 100.0%
=======================================
Files 220 220
Lines 14582 14582
=======================================
Hits 14575 14575
Misses 7 7 Continue to review full report at Codecov.
|
No description provided.