Update GitHub Actions to Node.js v24-compatible versions (#10539)

This commit is contained in:
DS Boyce
2026-05-19 11:06:46 -07:00
committed by GitHub
parent 2cee865f4a
commit b4054bf2a7
16 changed files with 70 additions and 80 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out PR HEAD
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
@@ -21,7 +21,7 @@ jobs:
BASE_REF: ${{ github.base_ref }}
run: git fetch origin $BASE_REF --depth=1
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v6
- name: Install node
uses: actions/setup-node@v6