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

Update workflows using v2 of actions/cache #6586

Closed
2 tasks
elycheea opened this issue Dec 16, 2024 · 0 comments · Fixed by #6680
Closed
2 tasks

Update workflows using v2 of actions/cache #6586

elycheea opened this issue Dec 16, 2024 · 0 comments · Fixed by #6680
Assignees
Labels
github actions role: dev type: infrastructure 🤖 Issues related to devops, builds, packaging

Comments

@elycheea
Copy link
Contributor

The problem

Workflows using v1-2 of actions/cache will fail after v1-2 are deprecated in February 1, 20251.

The solution

Update your workflows to begin using a supported version of actions/cache, and upgrade your actions or other products that depend on the @actions/cache package to 4.0.0 or above.

Supported versions

actions/cache:

  • actions/cache@v4
  • actions/cache@v3
  • actions/cache@v4.2.0
  • actions/cache@v3.4.0

Cached entries within their retention period will remain accessible from the UI or REST API regardless of the version used to upload.

Acceptance criteria

  • Update ci.yml from v2 to v4 or higher
  • Update update-example-gallery to v4 commit hash

Footnotes

  1. https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github actions role: dev type: infrastructure 🤖 Issues related to devops, builds, packaging
Projects
Status: Done 🚀
Development

Successfully merging a pull request may close this issue.

2 participants