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

Upgrade to @actions/cache v1.0.1 #2

Merged
merged 3 commits into from
Jul 28, 2020
Merged

Conversation

woa7
Copy link
Contributor

@woa7 woa7 commented Jul 27, 2020

Upgrade to @actions/cache v1.0.1 to pull in a bug fix when downloading multi-segment files (> 2 GBs in size) using the Azure Storage SDK.
see Very slow cache restoration actions/cache#381
and actions/cache#383

is this all needed for the Upgrade or we need more?

Upgrade to @actions/cache v1.0.1 to pull in a bug fix when downloading multi-segment files (> 2 GBs in size) using the Azure Storage SDK.
@satackey
Copy link
Owner

I modified the workflow in #4 to allow the test to run from a forked pull request.
I'm going to merge master into this.

@satackey
Copy link
Owner

It seems that the yarn.lock needs to be updated.
(It stores exactly which version of each dependency was installed.)

@satackey satackey linked an issue Jul 28, 2020 that may be closed by this pull request
@sonarcloud
Copy link

sonarcloud bot commented Jul 28, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

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

@satackey satackey marked this pull request as ready for review July 28, 2020 02:26
Copy link
Owner

@satackey satackey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution!

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.

Upgrade to @actions/cache v1.0.1 to fix Very slow cache restoration
2 participants