Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the @actions/cache dependency from version 5.0.1 to 5.0.3, bringing in functionality to prevent retries on 429 rate limit responses from the cache service. The package version is also bumped from 5.0.1 to 5.0.2 to reflect this dependency update.
Changes:
- Updated
@actions/cachedependency from ^5.0.1 to ^5.0.3 - Bumped package version from 5.0.1 to 5.0.2
- Updated release notes with version 5.0.2 changelog entry
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updated @actions/cache dependency version and package version |
| package-lock.json | Updated lockfile with new dependency versions and integrity hashes, including transitive dependency @actions/http-client upgrade to 3.0.1 |
| RELEASES.md | Added release notes for version 5.0.2 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
No huge deal but just wanted to say, it looks weird and confusing that actions/cache 5.0.2 gets released and the changelog says |
업데이트 내용: [변경 로그](actions/cache#1692) This brings in functionality to prevent retries on 429s from the cache service, to avoid delaying runs when the repository is being rate limited.
업데이트 내용: [변경 로그](actions/cache#1692) This brings in functionality to prevent retries on 429s from the cache service, to avoid delaying runs when the repository is being rate limited.
Description
Bumping @actions/cache dependency from 5.0.1 to 5.0.3.
Motivation and Context
This brings in functionality to prevent retries on 429s from the cache service, to avoid delaying runs when the repository is being rate limited.
How Has This Been Tested?
Referenced my branch's version of this action in a workflow and ran a set of caching jobs with it.
Screenshots (if appropriate):
Types of changes
Checklist: