Skip to content
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 all non-major dependencies #128

Merged
merged 1 commit into from
Jun 3, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/cache action patch v3.0.2 -> v3.0.3
actions/setup-go action minor v3.1.0 -> v3.2.0
github/codeql-action action patch v2.1.11 -> v2.1.12
gopkg.in/yaml.v3 require patch v3.0.0 -> v3.0.1

Release Notes

actions/cache

v3.0.3

Compare Source

Fixed avoiding empty cache save when no files are available for caching. (https://github.com/actions/cache/issues/624)

actions/setup-go

v3.2.0

Compare Source

This release introduces support for caching dependency files and compiler's build outputs #​228. For that action uses @​toolkit/cache library under the hood that in turn allows getting rid of configuring @​actions/cache action separately and simplifies the whole workflow.

Such input parameters as cache and cache-dependency-path were added. The cache input is optional, and caching is turned off by default, cache-dependency-path is used to specify the path to a dependency file - go.sum.

Examples of use-cases:

  • cache input only:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
  with:
    go-version: '18'
    cache: true
  • cache along with cache-dependency-path:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
  with:
    go-version: '18'
    cache: true
    cache-dependency-path: subdir/go.sum
github/codeql-action

v2.1.12

Compare Source

go-yaml/yaml

v3.0.1

Compare Source


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1441ef to ff95c01 Compare May 27, 2022 10:33
@renovate renovate bot changed the title chore(deps): update actions/setup-go action to v3.2.0 chore(deps): update all non-major dependencies May 27, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ff95c01 to f18ebf5 Compare May 31, 2022 10:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f18ebf5 to f5068d0 Compare June 1, 2022 19:55
@linuxluigi linuxluigi merged commit 5e3708b into main Jun 3, 2022
@linuxluigi linuxluigi deleted the renovate/all-minor-patch branch June 3, 2022 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants