From a37254df77e9a50b704e801b9badf88ee0810199 Mon Sep 17 00:00:00 2001 From: Nick Cannon Date: Fri, 10 Apr 2026 08:20:10 -0700 Subject: [PATCH 1/2] Bump GitHub Actions pins to Node.js 24 compatible versions Addresses the runner's Node 20 deprecation warning ahead of the June 2026 forced-migration cutoff. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/deploy-staging.yml | 4 ++-- .github/workflows/deploy.yml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 223f864..05f1e4b 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: '20' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index caa6673..93fc51d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,10 +19,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: '20' @@ -40,7 +40,7 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Build Jekyll run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" @@ -48,7 +48,7 @@ jobs: JEKYLL_ENV: production - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 deploy: environment: @@ -59,4 +59,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 From 8a709e96b013a777313b8256fc123dc7a6d1de7b Mon Sep 17 00:00:00 2001 From: Nick Cannon Date: Fri, 10 Apr 2026 08:24:40 -0700 Subject: [PATCH 2/2] Github Pages deploy update, and revised latest status update --- _data/status_updates.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/status_updates.yml b/_data/status_updates.yml index b193752..18c37e7 100644 --- a/_data/status_updates.yml +++ b/_data/status_updates.yml @@ -1,8 +1,8 @@ updates: - - date: "2026-04-12" - display_date: "12th April 2026" + - date: "2026-04-10" + display_date: "10th April 2026" content: | - CY2027 Draft published, with a number of significant changes to XXXXXXXXXXX. We are currently soliciting feedback on this Draft so please either send to [feedback@vfxplatform.com](mailto:feedback@vfxplatform.com) or share on [vfx-platform-discuss](https://groups.google.com/g/vfx-platform-discuss). + CY2027 Draft published. The major change is Linux moving to glibc 2.34, which effectively mandates that everyone should be on an EL9 Linux OS (or equivalent). Most other components are unchanged, given that there were major updates the previous year with C++ and Qt. We are currently soliciting feedback on this Draft so please either send to [feedback@vfxplatform.com](mailto:feedback@vfxplatform.com) or share on [vfx-platform-discuss](https://groups.google.com/g/vfx-platform-discuss). - date: "2025-11-05" display_date: "5th November 2025"