Skip to content

Upgrade node20 actions in setupGitForOSBotify to node24#59

Merged
stitesExpensify merged 1 commit intomainfrom
rory-fix-node20-setupGitForOSBotify
Apr 7, 2026
Merged

Upgrade node20 actions in setupGitForOSBotify to node24#59
stitesExpensify merged 1 commit intomainfrom
rory-fix-node20-setupGitForOSBotify

Conversation

@roryabraham
Copy link
Copy Markdown
Contributor

@roryabraham roryabraham commented Apr 7, 2026

Summary

Upgrades two actions in setupGitForOSBotify/action.yml that were still running on node20 (deprecated, forced to node24 starting June 2, 2026):

  • 1password/install-cli-action: 9a0c9dd (node20) → 8d006a0d (v3, node24)
  • actions/create-github-app-token: 9d97a428 (v2, node20) → f8d387b6 (v3, node24)

Note: actions/create-github-app-token v3 removed custom proxy handling. If HTTP_PROXY/HTTPS_PROXY is in use, NODE_USE_ENV_PROXY=1 would need to be set — this doesn't apply to the OSBotify token generation use case here.

Test plan

  • CI passes with the updated action versions

Made with Cursor

- 1password/install-cli-action: 9a0c9dd (node20) → 8d006a0d (v3, node24)
- actions/create-github-app-token: 9d97a428 (v2, node20) → f8d387b6 (v3, node24)

Made-with: Cursor
@stitesExpensify stitesExpensify merged commit 7b4323d into main Apr 7, 2026
4 checks passed
@stitesExpensify stitesExpensify deleted the rory-fix-node20-setupGitForOSBotify branch April 7, 2026 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants