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 actions/cache action to v2 #216

Merged
merged 1 commit into from
Nov 22, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
actions/cache action major v1.2.0 -> v2.1.3

Release Notes

actions/cache

v2.1.3

Compare Source

  • Upgrades @actions/core to v1.2.6 for CVE-2020-15228. This action was not using the affected methods.
  • Fix error handling in uploadChunk where 400-level errors were not being detected and handled correctly

v2.1.2

Compare Source

  • Adds input to limit the chunk upload size, useful for self-hosted runners with slower upload speeds
  • No-op when executing on GHES

v2.1.1

Compare Source

  • Update @actions/cache package to v1.0.2 which allows cache action to use posix format when taring files.

v2.1.0

Compare Source

  • Replaces the http-client with the Azure Storage SDK for NodeJS when downloading cache content from Azure. This should help improve download performance and reliability as the SDK downloads files in 4 MB chunks, which can be parallelized and retried independently
  • Display download progress and speed

v2.0.0

Compare Source

Initial v2 release

What's new in v2

  • Added support for multiple paths (#​16), glob patterns, and single file caches (#​33)
  • Increased performance and improved cache sizes using zstd for compression for Linux and macOS runners (#​184)
  • Allowed caching for all events with a ref (#​63)
  • Created the @actions/cache npm package to allow other actions to utilize caching (#​55)
  • Added a best-effort step to delete the archive after extraction to reduces storage space (#​209)

Renovate configuration

📅 Schedule: "after 10pm on sunday,before 5am on sunday" in timezone Asia/Tokyo.

🚦 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, check this box

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

@renovate renovate bot force-pushed the renovate/actions-cache-2.x branch from 5d61282 to 4ef0360 Compare November 6, 2020 15:36
@heavenshell heavenshell merged commit 0602a69 into master Nov 22, 2020
@heavenshell heavenshell deleted the renovate/actions-cache-2.x branch November 22, 2020 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants