Skip to content

Conversation

@tysoncung
Copy link

Summary

This PR updates the GitHub Actions workflows to use modern, supported versions and fixes a syntax error.

Changes

  • Update actions/checkout from v1 to v4 in multiple workflows (actions.yml, env.yml, container.yml)
  • Fix Python print statement syntax error in simple.yml

Motivation

  • actions/checkout@v1 is very outdated and should be updated to v4 for security and compatibility
  • The Python code had a syntax error with the print statement split across lines
  • These updates ensure the workflows will continue working with current GitHub Actions standards

Testing

The updated workflows should run successfully on this PR to verify the changes work correctly.

- Update actions/checkout from v1 to v4 across all workflows
- Fix Python syntax error in simple.yml workflow
- These updates address deprecated action versions to ensure workflows continue working
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