You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updated the workflow to use the latest version of the actions/checkout action and ensure that the code is checked out correctly for each repository. (#1262)
* The changes made in this commit include:
- Updated the version of the `actions/checkout` action from `v2` to `v3` in the `.github/workflows/ci.yaml` file.
- Modified the checkout step for multiple repositories to use the `actions/checkout@v3` action.
- Updated the checkout step for the `src/client/packaging/npm` directory to use the `actions/checkout@v3` action.
- Updated the checkout step for the code in the `jobs.build` section to use the `actions/checkout@v3` action.
- Added a step to set the output variables `tag` and `repo` in the `jobs.build` section.
These changes update the workflow to use the latest version of the `actions/checkout` action and ensure that the code is checked out correctly for each repository.
* The changes made in this commit include:
- Updated the version of the `actions/checkout` action from `v2` to `v3` in the `.github/workflows/create-release.yml`, `.github/workflows/missing_signals.yaml`, `.github/workflows/release-helper.yml`, and `.github/workflows/update_gdocs_data.yml` files.
- Updated the version of the `actions/setup-python` action from `v2` to `v4` in the `.github/workflows/create-release.yml`, `.github/workflows/missing_signals.yaml`, `.github/workflows/release-helper.yml`, and `.github/workflows/update_gdocs_data.yml` files.
- Removed the line `echo -n "::set-output name=next_tag::"` and replaced it with `echo -n $next_tag >> $GITHUB_OUTPUT` in the `.github/workflows/create-release.yml` file.
- Removed the line `echo -n "::set-output name=version::"` and replaced it with `echo -n $version >> $GITHUB_OUTPUT` in the `.github/workflows/release-helper.yml` file.
0 commit comments