[llvm] Update llvm-bugs.yml (PR #77243)

via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 7 08:50:08 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-github-workflow

Author: Ryuichi Watanabe (ryuichi1208)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/77243.diff


1 Files Affected:

- (modified) .github/workflows/llvm-bugs.yml (+1-1) 


``````````diff
diff --git a/.github/workflows/llvm-bugs.yml b/.github/workflows/llvm-bugs.yml
index f592dd6ccd9033..c392078fa45251 100644
--- a/.github/workflows/llvm-bugs.yml
+++ b/.github/workflows/llvm-bugs.yml
@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-latest
     if: github.repository == 'llvm/llvm-project'
     steps:
-      - uses: actions/setup-node at v3
+      - uses: actions/setup-node at v4
         with:
           node-version: 18
           check-latest: true

``````````

</details>


https://github.com/llvm/llvm-project/pull/77243


More information about the llvm-commits mailing list