Skip to content

[ZEPPELIN-6403] Fix deprecated auto-activate-base parameter in GitHub Actions#5178

Open
ParkGyeongTae wants to merge 1 commit intoapache:masterfrom
ParkGyeongTae:ZEPPELIN-6403
Open

[ZEPPELIN-6403] Fix deprecated auto-activate-base parameter in GitHub Actions#5178
ParkGyeongTae wants to merge 1 commit intoapache:masterfrom
ParkGyeongTae:ZEPPELIN-6403

Conversation

@ParkGyeongTae
Copy link
Member

What is this PR for?

This PR fixes deprecation warnings in GitHub Actions workflows by replacing the deprecated auto-activate-base parameter with auto-activate in the conda-incubator/setup-miniconda@v3 action.

The auto-activate-base parameter has been deprecated in favor of the more clearly named auto-activate parameter. This change removes deprecation warnings from GitHub Actions workflow logs while maintaining identical functionality.

What type of PR is it?

Bug Fix

Todos

  • - Replace auto-activate-base with auto-activate in frontend.yml
  • - Replace auto-activate-base with auto-activate in core.yml

What is the Jira issue?

How should this be tested?

  • Verify that GitHub Actions workflows run without deprecation warnings
  • Confirm that all conda environment setup steps work correctly
  • Check that Python and R interpreters are properly activated in CI jobs

Manual testing:

  1. Push the changes to a branch
  2. Observe GitHub Actions workflow runs
  3. Confirm no deprecation warnings appear in the setup-miniconda steps
  4. Verify all jobs complete successfully

Screenshots (if appropriate)

Before (with deprecation warning):
image

Questions:

  • Does the license files need to update? No.
  • Is there breaking changes for older versions? No.
  • Does this needs documentation? No.

… Actions

Replace deprecated 'auto-activate-base' parameter with 'auto-activate' in conda-incubator/setup-miniconda@v3 action.

The auto-activate-base parameter has been deprecated in favor of the more clearly named auto-activate parameter. This change removes deprecation warnings from GitHub Actions workflow logs.

Changes:
- .github/workflows/frontend.yml: 2 occurrences
- .github/workflows/core.yml: 8 occurrences

No functional changes - all conda environments continue to work identically as before
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