Skip to content

Commit 25385c5

Browse files
committed
chore: update GitHub Actions node runner to node24
1 parent 442c2fc commit 25385c5

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/local-actions/branch-manager/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ inputs:
1818
description: 'The latest sha for the pull request'
1919
required: false
2020
runs:
21-
using: 'node20'
21+
using: 'node24'
2222
main: 'main.js'

.github/local-actions/labels-sync/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ inputs:
1212
required: true
1313

1414
runs:
15-
using: 'node20'
15+
using: 'node24'
1616
main: 'main.js'

.github/local-actions/lock-closed/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ inputs:
99
description: 'The repositories to check for lockable issues'
1010
required: true
1111
runs:
12-
using: 'node20'
12+
using: 'node24'
1313
main: 'main.js'

github-actions/bazel/configure-remote/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ inputs:
2121
Whether the environment should be considerd a trusted build.
2222
2323
runs:
24-
using: 'node20'
24+
using: 'node24'
2525
main: 'configure-remote.js'

github-actions/branch-manager/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ inputs:
66
description: 'The private key for the Angular Robot Github app.'
77
required: true
88
runs:
9-
using: 'node20'
9+
using: 'node24'
1010
main: 'main.js'

github-actions/google-internal-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ inputs:
1818
URL to post into the GitHub commit status when Google Internal
1919
tests need to be run. This is useful for helping other Googlers.
2020
runs:
21-
using: 'node20'
21+
using: 'node24'
2222
main: 'main.js'

github-actions/labeling/issue/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ inputs:
88
description: 'The API key for Google Generative AI'
99
required: true
1010
runs:
11-
using: 'node20'
11+
using: 'node24'
1212
main: 'main.js'

github-actions/labeling/pull-request/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ inputs:
99
description: 'A map of labels to the paths that they should be applied to which are affected by the PR'
1010
required: false
1111
runs:
12-
using: 'node20'
12+
using: 'node24'
1313
main: 'main.js'

github-actions/org-file-sync/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ inputs:
1313
required: true
1414

1515
runs:
16-
using: 'node20'
16+
using: 'node24'
1717
main: 'main.js'

github-actions/post-approval-changes/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ inputs:
66
description: 'The private key for the Angular Robot Github app.'
77
required: true
88
runs:
9-
using: 'node20'
9+
using: 'node24'
1010
main: 'main.js'

0 commit comments

Comments
 (0)