-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore(deps): update ci dependencies #20
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9c8fd3d
to
a38cde0
Compare
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 @@
## main #20 +/- ##
=======================================
Coverage 86.23% 86.23%
=======================================
Files 46 46
Lines 5710 5710
=======================================
Hits 4924 4924
Misses 786 786 ☔ View full report in Codecov by Sentry. |
a38cde0
to
0c4cafe
Compare
7f32145
to
6ef1de8
Compare
6ef1de8
to
d822a82
Compare
d822a82
to
d371b02
Compare
c4d1cf4
to
d54463f
Compare
1e03af3
to
f5216e7
Compare
60d8b3b
to
63d0fd4
Compare
e9f600b
to
30e6f11
Compare
5615e95
to
fc6b787
Compare
fc6b787
to
0235a82
Compare
0235a82
to
809be9a
Compare
8364ac2
to
eccc170
Compare
eccc170
to
ab03fae
Compare
6f8d070
to
f38eb83
Compare
0b28e53
to
dfd7aad
Compare
dfd7aad
to
efc54a7
Compare
efc54a7
to
3b310ac
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.9.0
->v2.17.1
v4.4.3
->v4.6.4
v4.0.0
->v4.2.0
v3.1.2
->v3.2.1
v3.1.4
->v3.1.6
Release Notes
EnricoMi/publish-unit-test-result-action (EnricoMi/publish-unit-test-result-action)
v2.17.1
Compare Source
Fixes the following issue:
v2.17.0
Compare Source
Adds the following improvements:
v2.16.1
Compare Source
Fixes quoting issue in Windows bash action (#587)
v2.16.0
Compare Source
This improves dependencies:
v2.15.1
Compare Source
This fixes a typo in the windows action (#580).
v2.15.0
Compare Source
This release deprecates composite action
uses: EnricoMi/publish-unit-test-result-action/composite@v2
(#576)Instead, use either of
uses: EnricoMi/publish-unit-test-result-action/linux@v2
uses: EnricoMi/publish-unit-test-result-action/macos@v2
uses: EnricoMi/publish-unit-test-result-action/windows@v2
uses: EnricoMi/publish-unit-test-result-action/windows/bash@v2
Or continue to use the Docker action
uses: EnricoMi/publish-unit-test-result-action@v2
.Adds the following features:
v2.14.0
Compare Source
Adds the following features:
check_run
is false (#568)v2.13.0
Compare Source
Adds the following features:
virtualenv
/venv
package, and activates virtual environment (#558)v2.12.0
Compare Source
Adds the following features:
action_fail_on_inconclusive
, which was not working (#543)v2.11.0
Compare Source
Adds the following features:
action_fail
(#511)v2.10.0
Compare Source
Adds the following features:
JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)
v4.6.4
Compare Source
What's Changed
What's Changed
Bug Fixes 🐝
Build 🔧
Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.4
v4.6.3
Compare Source
What's Changed
Build 🔧
Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.3
v4.6.2
Compare Source
What's Changed
Dependencies 🤖
Full Changelog: JamesIves/github-pages-deploy-action@v4.6.1...v4.6.2
v4.6.1
Compare Source
What's Changed
Fixes
Dependencies
Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.1
v4.6.0
Compare Source
What's Changed
New Contributors
Full Changelog: JamesIves/github-pages-deploy-action@v4.5.0...v4.6.0
v4.5.0
Compare Source
What's Changed
.gitignore
matches not being deployed by @sgasse in https://github.com/JamesIves/github-pages-deploy-action/pull/1459New Contributors
Full Changelog: JamesIves/github-pages-deploy-action@v4.4.3...v4.5.0
actions/checkout (actions/checkout)
v4.2.0
Compare Source
v4.1.7
Compare Source
v4.1.6
Compare Source
v4.1.5
Compare Source
What's Changed
user.email
to be41898282+github-actions[bot]@​users.noreply.github.com
by @cory-miller in https://github.com/actions/checkout/pull/1707Full Changelog: actions/checkout@v4.1.4...v4.1.5
v4.1.4
Compare Source
extensions.worktreeConfig
when disablingsparse-checkout
by @jww3 in https://github.com/actions/checkout/pull/1692v4.1.3
Compare Source
What's Changed
actions/checkout
version inupdate-main-version.yml
by @jww3 in https://github.com/actions/checkout/pull/1650sparse-checkout
by @jww3 in https://github.com/actions/checkout/pull/1656Full Changelog: actions/checkout@v4.1.2...v4.1.3
v4.1.2
Compare Source
sparse-checkout
option is not present @dscho in https://github.com/actions/checkout/pull/1598v4.1.1
Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4.1.0...v4.1.1
v4.1.0
Compare Source
actions/upload-artifact (actions/upload-artifact)
v3.2.1
Compare Source
What's Changed
This fixes the
include-hidden-files
input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0Full Changelog: actions/upload-artifact@v3.2.0...v3.2.1
v3.2.0
Compare Source
Notice: Breaking Changes⚠️
We will no longer include hidden files and folders by default in the
upload-artifact
action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option,include-hidden-files
, to continue to do so.See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.
What's Changed
Full Changelog: actions/upload-artifact@v3.1.3...v3.2.0
v3.1.3
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v3...v3.1.3
codecov/codecov-action (codecov/codecov-action)
v3.1.6
Compare Source
Full Changelog: codecov/codecov-action@v3.1.5...v3.1.6
v3.1.5
Compare Source
What's Changed
New Contributors
Full Changelog: codecov/codecov-action@v3.1.4...v3.1.5
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.