From 06ee2f0aff4361172e47d7b208aa63e7577412ef Mon Sep 17 00:00:00 2001 From: christopherjohnson Date: Wed, 17 Jun 2026 10:08:27 +0100 Subject: [PATCH 1/2] AB#126618 Update GitHub Actions to latest versions --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2eec74e..05f0bd4 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -23,7 +23,7 @@ jobs: - run: npm run build --if-present - run: npm test - name: Upload GitHub Pages artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: 'dist' - name: Deploy GitHub Pages site From 4d41300a7d1a3867f3e61fba1d57bd54dcb1da05 Mon Sep 17 00:00:00 2001 From: christopherjohnson Date: Wed, 17 Jun 2026 17:11:28 +0100 Subject: [PATCH 2/2] AB#126618 Update GitHub Actions to latest versions --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3d646ea..a1df25a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -11,8 +11,8 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v6 + - uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' cache: 'npm'