[all-commits] [llvm/llvm-project] d30b18: [github] update actions and make tweaks
Mohammed Keyvanzadeh via All-commits
all-commits at lists.llvm.org
Tue Jan 31 18:54:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d30b187f7d44f06eccb77394019ba1b942bd9132
https://github.com/llvm/llvm-project/commit/d30b187f7d44f06eccb77394019ba1b942bd9132
Author: Mohammed Keyvanzadeh <mohammadkeyvanzade94 at gmail.com>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M .github/workflows/issue-release-workflow.yml
M .github/workflows/libclang-abi-tests.yml
M .github/workflows/lldb-tests.yml
M .github/workflows/llvm-bugs.yml
M .github/workflows/llvm-project-tests.yml
M .github/workflows/llvm-tests.yml
M .github/workflows/release-tasks.yml
M .github/workflows/repo-lockdown.yml
M .github/workflows/version-check.yml
Log Message:
-----------
[github] update actions and make tweaks
- Update the GitHub workflow actions to their latest versions.
- Use the latest Node.js LTS release.
- Use the latest Ubuntu version for consistency across all workflows.
- The `set-output` command is deprecated and will soon be disabled (https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) so use the new recommended way.
- Use the `$()` expressions for string interpolation instead of the deprecated backticks in Bash.
- Format the YAML files.
Differential Revision: https://reviews.llvm.org/D143015
More information about the All-commits
mailing list