[PATCH] D143015: [github] update actions and make tweaks

Mohammed Keyvanzadeh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 13:58:05 PST 2023


VoltrexMaster created this revision.
VoltrexMaster added reviewers: tstellar, asl.
Herald added a project: All.
VoltrexMaster requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

- 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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143015

Files:
  .github/workflows/issue-release-workflow.yml
  .github/workflows/libclang-abi-tests.yml
  .github/workflows/lldb-tests.yml
  .github/workflows/llvm-bugs.yml
  .github/workflows/llvm-project-tests.yml
  .github/workflows/llvm-tests.yml
  .github/workflows/release-tasks.yml
  .github/workflows/repo-lockdown.yml
  .github/workflows/version-check.yml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143015.493725.patch
Type: text/x-patch
Size: 24822 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230131/6d6ee71e/attachment.bin>


More information about the llvm-commits mailing list