From e2926b1c1095d478887aab72d642c89ad972fd8f Mon Sep 17 00:00:00 2001 From: Konstantin Kollar Date: Thu, 8 Jan 2026 18:25:36 +0100 Subject: [PATCH] chore: bump action versions --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e22fad9..3550a90 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,12 +10,12 @@ jobs: runs-on: node-18 steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Tailwind and build run: | npm install - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: 'latest' extended: true