gabrielfalcao / pyenv-action

Enables pyenv within your github actions workflow
MIT License
39 stars 17 forks source link

Update dependency @actions/tool-cache to v2 - autoclosed #347

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@actions/tool-cache (source) 1.7.1 -> 2.0.1 age adoption passing confidence

Release Notes

actions/toolkit ### [`v2.0.1`](https://togithub.com/actions/toolkit/blob/HEAD/packages/tool-cache/RELEASES.md#​201) - Update to v2.0.1 of `@actions/http-client` [#​1087](https://togithub.com/actions/toolkit/pull/1087) ### [`v2.0.0`](https://togithub.com/actions/toolkit/blob/HEAD/packages/tool-cache/RELEASES.md#​200) - Update to v2.0.0 of `@actions/http-client` - The type of the `headers` parameter in the exported function `downloadTool` has been narrowed from `{ [header: string]: any }` to `{ [header: string]: number | string | string[] | undefined; }` (that is, `http.OutgoingHttpHeaders`). This is strictly a compile-time change for TypeScript consumers. Previous attempts to use a header value of a type other than those now accepted would have resulted in an error at run time. ### [`v1.7.2`](https://togithub.com/actions/toolkit/blob/HEAD/packages/tool-cache/RELEASES.md#​172) - Update `lockfileVersion` to `v2` in \`package-lock.json [#​1025](https://togithub.com/actions/toolkit/pull/1025)

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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