-
Notifications
You must be signed in to change notification settings - Fork 0
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
build: update workflows versions #31
Conversation
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependencies [yaml](https://github.com/eemeli/yaml), [husky](https://github.com/typicode/husky) and [semantic-release](https://github.com/semantic-release/semantic-release). These dependencies need to be updated together. Removes `yaml` Updates `husky` from 4.3.8 to 8.0.3 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v4.3.8...v8.0.3) Updates `semantic-release` from 19.0.5 to 21.0.1 - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v19.0.5...v21.0.1) --- updated-dependencies: - dependency-name: yaml dependency-type: indirect - dependency-name: husky dependency-type: direct:development - dependency-name: semantic-release dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](salesforce/tough-cookie@v4.1.2...v4.1.3) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…-husky-and-semantic-release--removed chore(deps): bump yaml, husky and semantic-release
…okie-4.1.3 chore(deps): bump tough-cookie from 4.1.2 to 4.1.3
…p-1.2.4 chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #31 +/- ##
==========================================
Coverage ? 100.00%
==========================================
Files ? 1
Lines ? 7
Branches ? 0
==========================================
Hits ? 7
Misses ? 0
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
What is the goal of this change?
Update actions versions and ubuntu image.
Also, bumping dependencies following dependabots' PRs.
Is there any issue related?
(answer here)
How does the changes address the issue?
(answer here)