From af0e7d84488e36165caf9bee303da98187ce82c8 Mon Sep 17 00:00:00 2001 From: Cal Courtney Date: Tue, 14 Jul 2026 14:42:30 +0100 Subject: [PATCH] ci: update GitHub Actions to latest major versions --- .github/workflows/algolia.yml | 2 +- .github/workflows/build.yml | 4 ++-- .github/workflows/combine-prs.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/algolia.yml b/.github/workflows/algolia.yml index 39fd1595..ec3112d6 100644 --- a/.github/workflows/algolia.yml +++ b/.github/workflows/algolia.yml @@ -10,7 +10,7 @@ jobs: name: "Update Algolia" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Get Algolia config id: algolia_config diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b78388b6..780a7fa7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,10 +10,10 @@ jobs: name: Yarn Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set Node.js 20.x - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: 20.x diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index 08c1e17b..cb40e630 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -31,7 +31,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v9 id: create-combined-pr name: Create Combined PR with: