Skip to content

Conversation

morishin
Copy link
Collaborator

@morishin morishin commented Aug 1, 2025

Summary

  • Updates deprecated actions/cache@v2 to v4 to resolve CI failures
  • Updates actions/checkout from v2 to v4 for better security and performance
  • Updates actions/setup-node from v2 to v4 for improved Node.js setup

Background

GitHub Actions will be discontinuing support for v1 and v2 of actions/cache, causing CI failures. This PR updates all workflow files to use the latest stable versions.

Changes

  • .github/workflows/test.yml - Updated all action versions including commented integration test section
  • .github/workflows/prepare_release.yml - Updated all action versions

Test plan

  • Verify CI workflows run without deprecation warnings
  • Confirm cache functionality still works as expected
  • Test both test and release workflows execute successfully

🤖 Generated with Claude Code

- Update actions/cache from v2 to v4 to fix deprecation warnings
- Update actions/checkout from v2 to v4 for better security and performance
- Update actions/setup-node from v2 to v4 for improved Node.js setup

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@morishin morishin merged commit 90b9a51 into master Aug 1, 2025
2 checks passed
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.

1 participant