Closed renovate[bot] closed 2 years ago
Merging #75 (3383745) into master (2c79e17) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #75 +/- ##
=========================================
Coverage 92.50% 92.50%
Complexity 369 369
=========================================
Files 2 2
Lines 654 654
=========================================
Hits 605 605
Misses 49 49
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 2c79e17...3383745. Read the comment docs.
Kudos, SonarCloud Quality Gate passed!
This PR contains the following updates:
v2.1.7
->v3.0.5
Release Notes
actions/cache
### [`v3.0.5`](https://togithub.com/actions/cache/releases/tag/v3.0.5) [Compare Source](https://togithub.com/actions/cache/compare/v3.0.4...v3.0.5) Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. ### [`v3.0.4`](https://togithub.com/actions/cache/releases/tag/v3.0.4) [Compare Source](https://togithub.com/actions/cache/compare/v3.0.3...v3.0.4) In this release, we have fixed the tar creation error while trying to create it with path as `~/` home folder on `ubuntu-latest`. ### [`v3.0.3`](https://togithub.com/actions/cache/releases/tag/v3.0.3) [Compare Source](https://togithub.com/actions/cache/compare/v3.0.2...v3.0.3) Fixed avoiding empty cache save when no files are available for caching. ([https://github.com/actions/cache/issues/624](https://togithub.com/actions/cache/issues/624)) ### [`v3.0.2`](https://togithub.com/actions/cache/releases/tag/v3.0.2) [Compare Source](https://togithub.com/actions/cache/compare/v3.0.1...v3.0.2) This release adds the support for dynamic cache size cap on GHES. ### [`v3.0.1`](https://togithub.com/actions/cache/releases/tag/v3.0.1) [Compare Source](https://togithub.com/actions/cache/compare/v3.0.0...v3.0.1) - Added support for caching from GHES 3.5. - Fixed download issue for files > 2GB during restore. ### [`v3.0.0`](https://togithub.com/actions/cache/releases/tag/v3.0.0) [Compare Source](https://togithub.com/actions/cache/compare/v2.1.7...v3.0.0) - This change adds a minimum runner version(node12 -> node16), which can break users using an out-of-date/fork of the runner. This would be most commonly affecting users on GHES 3.3 or before, as those runners do not support node16 actions and they can use actions from github.com via [github connect](https://docs.github.com/en/enterprise-server@3.0/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect) or manually copying the repo to their GHES instance. - Few dependencies and cache action usage examples have also been updated.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.
🔕 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.
This change is