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 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"