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

Bump @actions/cache from 1.0.11 to 3.0.6 #4

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 5, 2022

Bumps @actions/cache from 1.0.11 to 3.0.6.

Changelog

Sourced from @​actions/cache's changelog.

1.0.11

  • Fix file downloads > 2GB(issue)

2.0.0

  • Added support to check if Actions cache service feature is available or not #1028

2.0.3

  • Update to v2.0.0 of @actions/http-client

2.0.4

  • Update to v2.0.1 of @actions/http-client #1087

2.0.5

  • Fix to avoid saving empty cache when no files are available for caching. (issue)

2.0.6

  • Fix Tar failed with error: The process '/usr/bin/tar' failed with exit code 1 issue when temp directory where tar is getting created is actually the subdirectory of the path mentioned by the user for caching. (issue)

3.0.0

  • Updated actions/cache to suppress Actions cache server error and log warning for those error #1122

3.0.1

  • Fix #833 - cache doesn't work with github workspace directory.
  • Fix #809 zstd -d: no such file or directory error on AWS self-hosted runners.

3.0.2

  • Added 1 hour timeout for the download stuck issue #810.

3.0.3

  • Bug fixes for download stuck issue #810.

3.0.4

  • Fix zstd not working for windows on gnu tar in issues #888 and #891.
  • Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable SEGMENT_DOWNLOAD_TIMEOUT_MINS. Default is 60 minutes.

3.0.5

  • Update @actions/cache to use @actions/core@^1.10.0

3.0.6

  • Added @azure/abort-controller to dependencies to fix compatibility issue with ESM #1208
Commits

Dependabot compatibility score

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 5, 2022
@jpribyl jpribyl force-pushed the main branch 29 times, most recently from 1c84167 to cd5342c Compare November 5, 2022 23:06
@mendhak
Copy link
Collaborator

mendhak commented Nov 12, 2022

@dependabot rebase

Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 1.0.11 to 3.0.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache)

---
updated-dependencies:
- dependency-name: "@actions/cache"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/cache-3.0.6 branch from d7cd55a to 600c257 Compare November 12, 2022 21:16
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 12, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@jpribyl
Copy link
Owner

jpribyl commented Dec 2, 2022

Addressed in #12

@jpribyl jpribyl closed this Dec 2, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 2, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/actions/cache-3.0.6 branch December 2, 2022 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants