Skip to content

Commit a1ea791

Browse files
authored
Merge pull request #7 from DeinAlptraum/main
Update nodejs version running actions from 16 to 20.
2 parents 22e9f90 + a12720e commit a1ea791

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

build-test-llvm-project/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ inputs:
1414
default: 'check-all'
1515

1616
runs:
17-
using: 'node16'
17+
using: 'node20'
1818
main: 'main.js'

configure-llvm-project/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ inputs:
1212
required: false
1313
default: ${{ runner.os }}
1414
runs:
15-
using: 'node16'
15+
using: 'node20'
1616
main: 'main.js'

get-llvm-project-src/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ inputs:
1111
default: ${{ github.repository }}
1212

1313
runs:
14-
using: 'node16'
14+
using: 'node20'
1515
main: 'main.js'

get-llvm-version/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ outputs:
1515
description: 'LLVM patch version'
1616

1717
runs:
18-
using: 'node16'
18+
using: 'node20'
1919
main: 'dist/index.js'

install-ninja/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ inputs:
66
required: false
77
default: ${{ runner.os }}
88
runs:
9-
using: 'node16'
9+
using: 'node20'
1010
main: 'main.js'

issue-labeler/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ outputs:
4545
description: 'The labels that were removed by the action, as a stringified array.'
4646

4747
runs:
48-
using: 'node16'
48+
using: 'node20'
4949
main: 'lib/index.js'
5050
branding:
5151
icon: 'activity'

setup-windows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ inputs:
88
description: 'Host Arch'
99
required: true
1010
runs:
11-
using: 'node16'
11+
using: 'node20'
1212
main: main.js

0 commit comments

Comments
 (0)