openedx / openedx/edx-enterprise-data
Update `action/cache` to the latest version
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13
- Forks
- 24
- Avg merge
- 19h 34m
- Merged PRs (30d)
- 1
Description
v1 and v2 are going to stop working on Feb 1, 2025, any github actions that use actions/cache@v1 or
actions/cache@v2 will break.
They should be updated to the latest version of the cache action which at the moment of writing this issue is
v4.
See https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
for details
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No specific workflow file or test is named. Search the repository's GitHub Actions workflow files for actions/cache@v1 and actions/cache@v2, then update each reference to the requested current version; done means no deprecated cache-action references remain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100