Skip to content

Commit

Permalink
chore(LIVE-9574): Bump js actions from node16 to node20
Browse files Browse the repository at this point in the history
node16 is end of life and deprecated for GitHub Actions
  • Loading branch information
agayle-isp committed Jun 12, 2024
1 parent 5e66410 commit 1d589a1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build-workspace-matrix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ outputs:
matrix:
description: "The matrix object of the shape: { workspace: [] }"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
2 changes: 1 addition & 1 deletion find-path-owners/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ outputs:
owners:
description: A JSON-encoded array of matched owners
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion helmfile-dependency-check/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "helmfile-dependency-check"
description: "Check for helmfile dependency updates"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
inputs:
working_directory:
Expand Down
2 changes: 1 addition & 1 deletion minimize-comments/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ inputs:
description: Newline-separated list of strings that must be present in the body of the comment for it to be minimized. If at least one of the strings in the body is found the comment will be minimized.
required: true
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
2 changes: 1 addition & 1 deletion update-issue/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ inputs:
description: The comment to use when closing an existing issue.
required: false
runs:
using: "node16"
using: "node20"
main: "dist/index.js"

0 comments on commit 1d589a1

Please sign in to comment.