irgaly / xcode-cache

A GitHub Action to store Xcode's Build Cache for incremental build on CI
Other
37 stars 3 forks source link

fix(deps): update dependency @actions/cache to v3 #22

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@actions/cache (source) 1.0.9 -> 3.2.2 age adoption passing confidence

Release Notes

actions/toolkit (@​actions/cache) ### [`v3.2.2`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#322) - Add new default cache download method to improve performance and reduce hangs [#​1484](https://togithub.com/actions/toolkit/pull/1484) ### [`v3.2.1`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#321) - Updated [@​azure/storage-blob](https://togithub.com/azure/storage-blob) to `v12.13.0` ### [`v3.2.0`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#320) - Add `lookupOnly` to cache restore `DownloadOptions`. ### [`v3.1.4`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#314) - Fix zstd not being used due to `zstd --version` output change in zstd 1.5.4 release. See [#​1353](https://togithub.com/actions/toolkit/pull/1353). ### [`v3.1.3`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#313) - Fix to prevent from setting MYSYS environement variable globally [#​1329](https://togithub.com/actions/toolkit/pull/1329). ### [`v3.1.2`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#312) - Fix issue with symlink restoration on windows. ### [`v3.1.1`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#311) - Reverted changes in 3.1.0 to fix issue with symlink restoration on windows. - Added support for verbose logging about cache version during cache miss. ### [`v3.1.0`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#310-beta1) - Update actions/cache on windows to use gnu tar and zstd by default and fallback to bsdtar and zstd if gnu tar is not available. ([issue](https://togithub.com/actions/cache/issues/984)) ### [`v3.0.6`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#306) - Added `@azure/abort-controller` to dependencies to fix compatibility issue with ESM [#​1208](https://togithub.com/actions/toolkit/issues/1208) ### [`v3.0.5`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#305) - Update `@actions/cache` to use `@actions/core@^1.10.0` ### [`v3.0.4`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#304) - Fix zstd not working for windows on gnu tar in issues [#​888](https://togithub.com/actions/cache/issues/888) and [#​891](https://togithub.com/actions/cache/issues/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. ### [`v3.0.3`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#303) - Bug fixes for download stuck issue [#​810](https://togithub.com/actions/cache/issues/810). ### [`v3.0.2`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#302) - Added 1 hour timeout for the download stuck issue [#​810](https://togithub.com/actions/cache/issues/810). ### [`v3.0.1`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#301) - Fix [#​833](https://togithub.com/actions/cache/issues/833) - cache doesn't work with github workspace directory. - Fix [#​809](https://togithub.com/actions/cache/issues/809) `zstd -d: no such file or directory` error on AWS self-hosted runners. ### [`v3.0.0`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#300) - Updated actions/cache to suppress Actions cache server error and log warning for those error [#​1122](https://togithub.com/actions/toolkit/pull/1122) ### [`v2.0.6`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#206) - 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](https://togithub.com/actions/cache/issues/689)) ### [`v2.0.5`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#205) - Fix to avoid saving empty cache when no files are available for caching. ([issue](https://togithub.com/actions/cache/issues/624)) ### [`v2.0.4`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#204) - Update to v2.0.1 of `@actions/http-client` [#​1087](https://togithub.com/actions/toolkit/pull/1087) ### [`v2.0.3`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#203) - Update to v2.0.0 of `@actions/http-client` ### [`v2.0.0`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#200) - Added support to check if Actions cache service feature is available or not [#​1028](https://togithub.com/actions/toolkit/pull/1028) ### [`v1.0.11`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#1011) - Fix file downloads > 2GB([issue](https://togithub.com/actions/cache/issues/773)) ### [`v1.0.10`](https://togithub.com/actions/toolkit/blob/HEAD/packages/cache/RELEASES.md#1010) - Update `lockfileVersion` to `v2` in \`package-lock.json [#​1022](https://togithub.com/actions/toolkit/pull/1022)

Configuration

πŸ“… Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), 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.



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