-
-
Notifications
You must be signed in to change notification settings - Fork 133
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 actions/setup-go v4 #393
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
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #393 +/- ##
=======================================
Coverage 76.02% 76.02%
=======================================
Files 13 13
Lines 4692 4692
=======================================
Hits 3567 3567
Misses 866 866
Partials 259 259 |
Please resolve conflict 🙏 |
I did it f90dc5a, but GitHub doesn't receive it... |
oops, its my fault. I fixed it |
LGTM 👍 Thank you !! |
renovate bot
referenced
this pull request
in anoriqq/qpm
Sep 15, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | require | patch | `v1.11.1` -> `v1.11.2` | --- ### Release Notes <details> <summary>goccy/go-yaml (github.com/goccy/go-yaml)</summary> ### [`v1.11.2`](https://github.com/goccy/go-yaml/releases/tag/v1.11.2): 1.11.2 [Compare Source](https://github.com/goccy/go-yaml/compare/v1.11.1...v1.11.2) #### What's Changed - Fix handle of space at start or last by [@​ozraru](https://github.com/ozraru) in [https://github.com/goccy/go-yaml/pull/376](https://github.com/goccy/go-yaml/pull/376) - Fix quoted comments by [@​WillAbides](https://github.com/WillAbides) in [https://github.com/goccy/go-yaml/pull/370](https://github.com/goccy/go-yaml/pull/370) - Fix sequence with comment by [@​goccy](https://github.com/goccy) in [https://github.com/goccy/go-yaml/pull/390](https://github.com/goccy/go-yaml/pull/390) - bump actions/checkout v4 by [@​shogo82148](https://github.com/shogo82148) in [https://github.com/goccy/go-yaml/pull/391](https://github.com/goccy/go-yaml/pull/391) - add Go 1.21 to the build matrix by [@​shogo82148](https://github.com/shogo82148) in [https://github.com/goccy/go-yaml/pull/392](https://github.com/goccy/go-yaml/pull/392) - apply go fmt with Go 1.21 by [@​shogo82148](https://github.com/shogo82148) in [https://github.com/goccy/go-yaml/pull/394](https://github.com/goccy/go-yaml/pull/394) - bump actions/setup-go v4 by [@​shogo82148](https://github.com/shogo82148) in [https://github.com/goccy/go-yaml/pull/393](https://github.com/goccy/go-yaml/pull/393) #### New Contributors - [@​WillAbides](https://github.com/WillAbides) made their first contribution in [https://github.com/goccy/go-yaml/pull/370](https://github.com/goccy/go-yaml/pull/370) - [@​shogo82148](https://github.com/shogo82148) made their first contribution in [https://github.com/goccy/go-yaml/pull/391](https://github.com/goccy/go-yaml/pull/391) **Full Changelog**: goccy/go-yaml@v1.11.1...v1.11.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/anoriqq/qpm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.
bump actions/setup-go v4.
https://github.com/actions/setup-go#v4
from v4, enabled caching by default.
it will make the CI faster.