Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #1365 Fix GitHub Actions deprecation warnings (rosier)
This PR was squashed before being merged into the main branch. Discussion ---------- Fix GitHub Actions deprecation warnings Deprecation warnings: - Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/cache, actions/checkout, shivammathur/setup-php - The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ - The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Commits ------- 4aeb755 Fix GitHub Actions deprecation warnings
- Loading branch information