Skip to content
Merged
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
1 change: 1 addition & 0 deletions .github/workflows/build-and-review-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
# The npm script to run to build the action. This is typically 'npm run build' if the
# action needs to be compiled. For composite-run-steps actions this is typically empty.
build-command: 'npm run build'
node-version: '24.x'

test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Setup deploy keys for use with Terraform
# You may also reference just the major or major.minor version
uses: im-open/setup-deploy-keys@v1.2.0
uses: im-open/setup-deploy-keys@v1.2.1
with:
deploy-key-info: |
[
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ outputs:
description: 'The name of the file where the key was written to disk. Generally used for testing because the output would only reflect the last key that was processed.'

runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'
post: 'dist/cleanup.js'
post-if: 'always()'
Loading