From 40dc5ee17b535fd8277f943f20ee3672255bbb08 Mon Sep 17 00:00:00 2001 From: tannevaled Date: Sun, 30 Aug 2026 08:54:33 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/pages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index ecd99ae..b89320d 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -28,7 +28,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: submodules: false fetch-depth: 0 @@ -38,12 +38,12 @@ jobs: hugo-version: "0.130.0" extended: true - - uses: actions/configure-pages@v5 + - uses: actions/configure-pages@v6 - name: Build with Hugo run: hugo --minify --gc - - uses: actions/upload-pages-artifact@v3 + - uses: actions/upload-pages-artifact@v5 with: path: public/ @@ -60,4 +60,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5