Skip to content

refactor: modernize GitHub Actions workflow dependencies to latest versions#2750

Open
vivek41-glitch wants to merge 1 commit into
cornellius-gp:mainfrom
vivek41-glitch:refactor/modernize-github-actions
Open

refactor: modernize GitHub Actions workflow dependencies to latest versions#2750
vivek41-glitch wants to merge 1 commit into
cornellius-gp:mainfrom
vivek41-glitch:refactor/modernize-github-actions

Conversation

@vivek41-glitch
Copy link
Copy Markdown

Fixes #2739

Changes Made

Updated outdated GitHub Actions dependencies in both workflow files:

run_test_suite.yml

  • actions/checkout@v2actions/checkout@v4
  • actions/setup-python@v2actions/setup-python@v5
  • codecov/codecov-action@v3codecov/codecov-action@v5

deploy.yml

  • actions/checkout@v2actions/checkout@v4
  • actions/setup-python@v2actions/setup-python@v5
  • conda-incubator/setup-miniconda@v2conda-incubator/setup-miniconda@v3

Impact

  • No breaking changes to the Python package API
  • Improves CI maintainability and reduces workflow fragility
  • All changes are drop-in compatible upgrades

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.

🔧 Refactor: modernize outdated GitHub Actions workflow dependencies

1 participant