From 89e0581d9e2c5404a0c044c0785675d8fd359bfb Mon Sep 17 00:00:00 2001 From: nullsystem <15316579+nullsystem@users.noreply.github.com> Date: Tue, 14 Jul 2026 22:50:05 +0100 Subject: [PATCH] Bump actions versions Also been getting this NodeJS 20 deprecation warning so try updating it all to their latest. --- .github/workflows/generate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index d84b8a4..9c91f47 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -34,13 +34,13 @@ jobs: - name: Install deps run: sudo apt install lowdown imagemagick - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Generate run: make - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v5 with: path: '_out' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5