Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions add-pr-milestone/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ outputs:
milestone:
description: 'The Milestone added to the PR'
runs:
using: 'node20'
main: 'index.js'
using: 'node24'
main: 'index.js'
4 changes: 2 additions & 2 deletions close-milestone/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ outputs:
milestone:
description: 'The Closed Milestone'
runs:
using: 'node20'
main: 'index.js'
using: 'node24'
main: 'index.js'
4 changes: 2 additions & 2 deletions create-milestone/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ outputs:
milestone:
description: 'The Created Milestone'
runs:
using: 'node20'
main: 'index.js'
using: 'node24'
main: 'index.js'
2 changes: 1 addition & 1 deletion files/generate/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ outputs:
filepath:
description: Absolute path to the generated file
runs:
using: "node20"
using: "node24"
main: main.js
post: main.js
2 changes: 1 addition & 1 deletion files/tmpdir/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ outputs:
tmpdir:
description: Legacy output name
runs:
using: node20
using: node24
main: main.js
post: main.js
4 changes: 2 additions & 2 deletions github/add-comment-to-pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ inputs:
description: 'The comment you wish to add to the pull requests'

runs:
using: 'node20'
main: 'index.js'
using: 'node24'
main: 'index.js'
4 changes: 2 additions & 2 deletions github/connect-to-vpn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ inputs:
description: 'The contents of the dev.pem ssh key'

runs:
using: 'node20'
using: 'node24'
main: 'connect.js'
post: 'disconnect.js'
post: 'disconnect.js'
4 changes: 2 additions & 2 deletions github/get-pr-information/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ outputs:
pr_description:
description: 'The body of the Pull Request.'
runs:
using: 'node20'
main: 'index.js'
using: 'node24'
main: 'index.js'
2 changes: 1 addition & 1 deletion github/get-stale-prs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ outputs:
description: "JSON formatted list of stale PRs"

runs:
using: "node20"
using: "node24"
main: "index.js"
2 changes: 1 addition & 1 deletion local-node-action/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
${{ inputs.sparse-paths }}
- uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "24.x"
cache: "npm"
cache-dependency-path: |
${{ inputs.action-path }}/package-lock.json
Expand Down
2 changes: 1 addition & 1 deletion md/extract-codeblock/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
steps:
- uses: actions/setup-node@v3
with:
node-version: "20.x"
node-version: "24.x"
- id: codedown
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion md/extract-tables/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ outputs:
Absolute filepath to json file with extracted tables when output is not "-"

runs:
using: node20
using: node24
main: main.js
4 changes: 2 additions & 2 deletions remove-milestone/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ inputs:
required: true
description: 'The GITHUB_TOKEN secret'
runs:
using: 'node20'
main: 'index.js'
using: 'node24'
main: 'index.js'
2 changes: 1 addition & 1 deletion runner/vpn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ inputs:
default: 192.168.0.2

runs:
using: "node20"
using: "node24"
main: index.js
post: index.js
2 changes: 1 addition & 1 deletion with-post-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ inputs:
default: POST

runs:
using: 'node20'
using: 'node24'
main: 'main.js'
post: 'main.js'