Skip to content

Commit

Permalink
Update actions from node16 to node20
Browse files Browse the repository at this point in the history
GitHub has started to produce warnings for node16 actions.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Jan 28, 2024
1 parent d263e43 commit 7fbcafb
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion aws-proofs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ inputs:
default: 'aws-proofs'

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
post: '../js/post.js'
2 changes: 1 addition & 1 deletion bashisms/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ inputs:
default: 'bashisms'

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
2 changes: 1 addition & 1 deletion camkes-hw/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ inputs:
default: 'camkes-hw'

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
post: '../js/post.js'
2 changes: 1 addition & 1 deletion camkes-vm-hw/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ inputs:
default: 'camkes-vm-hw'

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
post: '../js/post.js'
2 changes: 1 addition & 1 deletion git-diff-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ inputs:
default: 'git-diff-check'

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
2 changes: 1 addition & 1 deletion gitlint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ inputs:
default: 'gitlint'

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
2 changes: 1 addition & 1 deletion isabelle-mirror/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ inputs:
default: 'isabelle-mirror'

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
2 changes: 1 addition & 1 deletion l4v-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ inputs:
default: 'l4v-deploy'

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
2 changes: 1 addition & 1 deletion license-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ inputs:
default: 'license-check'

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
2 changes: 1 addition & 1 deletion manifest-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ inputs:
default: 'manifest-deploy'

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
2 changes: 1 addition & 1 deletion march-of-platform/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ outputs:
description: the march of the provided platform

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
2 changes: 1 addition & 1 deletion repo-checkout/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ outputs:
description: repo manifest as xml, target repo advanced to PR/branch

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
2 changes: 1 addition & 1 deletion rump-hello-hw/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ inputs:
default: 'rump-hello-hw'

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
post: '../js/post.js'
2 changes: 1 addition & 1 deletion sel4bench-hw/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ inputs:
default: 'sel4bench-hw'

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
post: '../js/post.js'
2 changes: 1 addition & 1 deletion sel4bench-web/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ inputs:
default: 'sel4bench-web'

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
2 changes: 1 addition & 1 deletion sel4test-hw-matrix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ inputs:
default: 'sel4test-hw-matrix'

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
2 changes: 1 addition & 1 deletion sel4test-hw-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ inputs:
default: 'sel4test-hw-run'

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
post: '../js/post.js'
2 changes: 1 addition & 1 deletion style/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ inputs:
default: 'style'

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
2 changes: 1 addition & 1 deletion trigger/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ inputs:
default: 'trigger'

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
2 changes: 1 addition & 1 deletion webserver-hw/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ inputs:
default: 'webserver-hw'

runs:
using: 'node16'
using: 'node20'
main: '../js/index.js'
post: '../js/post.js'

0 comments on commit 7fbcafb

Please sign in to comment.