-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: replace deprecated github action commands. (#693)
1. Github action shows warning: ``The `set-output` command is deprecated and will be disabled soon. `` sample [log](https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/actions/runs/5157962559) This change follows the upgrade guide and upgrades to using Environment Files 2. This pr also addresses `Node.js 12 actions are deprecated` warning on unit test and integration tests. Github action announcement: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ - For 'google-github-actions/auth@v1' and 'google-github-actions/setup-gcloud@v1', follow example [here](https://github.com/google-github-actions/setup-gcloud#service-account-key-json)
- Loading branch information
Showing
2 changed files
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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