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 cache action to v4 #6744

Merged

Conversation

findepi
Copy link
Member

@findepi findepi commented Nov 17, 2024

Which issue does this PR close?

none

Rationale for this change

  • consistent with other usages of actions/cache in workflows
  • addresses a warning raised by GitHub:
    Verify MSRV
    The following actions use a deprecated Node.js version and will be forced
    to run on node20: actions/cache@v3. 
    

apparently dependabot can update actions in workflows (#5308), but not in composite actions

What changes are included in this PR?

actions/cache version update

Are there any user-facing changes?

none

- consistent with other usages of `actions/cache` in workflows
- addresses a warning raised by GitHub:
  ```
  Verify MSRV
  The following actions use a deprecated Node.js version and will be
  forced to run on node20: actions/cache@v3.
  ```
@tustvold tustvold merged commit ad93ceb into apache:master Nov 17, 2024
33 checks passed
@findepi findepi deleted the findepi/update-cache-action-to-v4-a1f646 branch November 17, 2024 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants