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

Update actions/cache action to v3 #179

Merged
merged 1 commit into from
Jul 16, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/cache action major v2.1.7 -> v3.0.5

Release Notes

actions/cache

v3.0.5

Compare Source

Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.

v3.0.4

Compare Source

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

Compare Source

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

v3.0.2

Compare Source

This release adds the support for dynamic cache size cap on GHES.

v3.0.1

Compare Source

  • Added support for caching from GHES 3.5.
  • Fixed download issue for files > 2GB during restore.

v3.0.0

Compare Source

  • 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 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.


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

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


This change is Reviewable

@coveralls
Copy link

coveralls commented Mar 21, 2022

Coverage Status

Coverage remained the same at 79.408% when pulling 988a3e7 on renovate/actions-cache-3.x into 6b501e2 on master.

@codecov
Copy link

codecov bot commented Mar 21, 2022

Codecov Report

Merging #179 (988a3e7) into master (6b501e2) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #179   +/-   ##
=========================================
  Coverage     81.34%   81.34%           
  Complexity     1766     1766           
=========================================
  Files             2        2           
  Lines          3950     3950           
=========================================
  Hits           3213     3213           
  Misses          737      737           

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 6b501e2...988a3e7. Read the comment docs.

@renovate renovate bot force-pushed the renovate/actions-cache-3.x branch from 6eef10b to c82ced4 Compare March 30, 2022 15:30
@renovate renovate bot force-pushed the renovate/actions-cache-3.x branch from c82ced4 to 73c85b7 Compare April 11, 2022 11:23
@sonarcloud
Copy link

sonarcloud bot commented Apr 11, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot force-pushed the renovate/actions-cache-3.x branch 2 times, most recently from aaeaa2c to 2d0470b Compare June 9, 2022 13:58
@renovate renovate bot force-pushed the renovate/actions-cache-3.x branch from 2d0470b to 988a3e7 Compare July 13, 2022 06:10
@sonarcloud
Copy link

sonarcloud bot commented Jul 13, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@voku voku merged commit b3a46b1 into master Jul 16, 2022
@renovate renovate bot deleted the renovate/actions-cache-3.x branch July 16, 2022 19:38
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