Skip to content

Commit f69d365

Browse files
hageboeckRoot Persona
authored andcommitted
Move to checkout@v6 to avoid the deprecated Node 20.
The v4 version of this action uses the deprecated Node 20, which triggers several warnings in every CI job.
1 parent 0adf2c3 commit f69d365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cling.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
sudo apt-get install -y libedit-dev
2020
2121
- name: Checkout LLVM
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
repository: root-project/llvm-project
2525
path: llvm
2626
ref: cling-latest
2727
fetch-depth: 1
2828

2929
- name: Checkout Cling
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
with:
3232
repository: root-project/cling
3333
path: cling

0 commit comments

Comments
 (0)