upgrade from node 20 to node 24 for github actions

This commit is contained in:
Kenneth Kehl
2026-06-02 07:59:37 -07:00
parent b988d472ae
commit 9c15262b06
13 changed files with 34 additions and 31 deletions

View File

@@ -16,7 +16,7 @@ jobs:
environment: production
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
# Looks like we need to install Terraform ourselves now!
# https://github.com/actions/runner-images/issues/10796#issuecomment-2417064348
@@ -59,7 +59,7 @@ jobs:
# inspiration: https://learn.hashicorp.com/tutorials/terraform/github-actions#review-actions-workflow
- name: Update PR
uses: actions/github-script@v7
uses: actions/github-script@v9
# we would like to update the PR even when a prior step failed
if: ${{ always() }}
with: