[llvm] Update llvm-bugs.yml (PR #77243)
Ryuichi Watanabe via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 7 08:49:30 PST 2024
https://github.com/ryuichi1208 created https://github.com/llvm/llvm-project/pull/77243
None
>From 3c6cc2c219f25779b0f9f688a1a5c8047a024394 Mon Sep 17 00:00:00 2001
From: Ryuichi Watanabe <ryucrosskey at gmail.com>
Date: Mon, 8 Jan 2024 01:49:15 +0900
Subject: [PATCH] Update llvm-bugs.yml
---
.github/workflows/llvm-bugs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the llvm-commits
mailing list