Upgrade GitHub Actions to latest versions in CI workflows#95
Merged
Conversation
- Bump `actions/checkout` from `v4` to `v6` in all workflow files (`gh-pages.yml`, `docker.yml`, `pull_request.yml`, `conda.yml`, `pip_build_server.yml`, `pip_build_commons.yml`, `pip_build_client.yml`). - Update Python setup actions: - `actions/setup-python` to `v6` (and Python version to `3.10` where applicable) in `gh-pages.yml`, `pip_build_server.yml`, `pip_build_commons.yml`, `pip_build_client.yml`. - Upgrade documentation deployment action: - `peaceiris/actions-gh-pages` to `v4` in `gh-pages.yml`. - Refresh Docker-related actions: - `docker/setup-buildx-action` to `v4`, `docker/metadata-action` to `v6`, `docker/build-push-action` to `v7`, and `docker/login-action` to `v4` in `docker.yml`. - Switch artifact actions to latest versions: - `actions/upload-artifact` to `v7` and `actions/download-artifact` to `v8` across relevant `docker.yml` and `pip_build_*.yml` workflows. - Update Conda setup action: - `conda-incubator/setup-miniconda` to `v4` in `conda.yml`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
actions/checkoutfrom v4 to v6 in all workflow files (gh-pages.yml,docker.yml,pull_request.yml,conda.yml,pip_build_server.yml,pip_build_commons.yml,pip_build_client.yml).actions/setup-pythonto v6 (and Python version to 3.10 where applicable) ingh-pages.yml,pip_build_server.yml,pip_build_commons.yml,pip_build_client.yml.peaceiris/actions-gh-pagesto v4 ingh-pages.yml.docker.yml:docker/setup-buildx-actionto v4docker/metadata-actionto v6docker/build-push-actionto v7docker/login-actionto v4actions/upload-artifactto v7actions/download-artifactto v8 across relevant workflows.conda-incubator/setup-minicondato v4 inconda.yml.