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
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
Update @actions/cache package to v1.0.2 which allows cache action to use posix format when taring files.
v2.1.0
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
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps actions/cache from 1 to 2.1.6.
Release notes
Sourced from actions/cache's releases.
... (truncated)
Commits
c64c572
Catch and log unhandled exceptions stemming from closed file descriptor (#596)cc2d767
Update Rust directories recommended for caching (#433)2fa955d
Update examples.md (#588)3a69637
elixir typo - stray parenthesis (#569)366e5ba
Update cache key for Elixir (#568)8d3f2fc
Update dependencies (#565)1a9e213
Update cache module to v1.0.7 (#562)981fa98
Merge pull request #469 from ericmj/patch-14498c5b
Drop the example based on using pip's internals (#519)4134e6d
It is not recommended to cache node_modules (#537)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)