From 737ac82d71ced8af7f2f7f417ea27228af9ee3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Sun, 4 May 2025 03:16:47 +0200 Subject: [PATCH] chore: bump hugo and ubuntu versions --- .github/workflows/redeploy.yaml | 2 +- config.yaml | 3 --- vercel.json | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/redeploy.yaml b/.github/workflows/redeploy.yaml index faa8882..8740976 100644 --- a/.github/workflows/redeploy.yaml +++ b/.github/workflows/redeploy.yaml @@ -10,7 +10,7 @@ on: jobs: redeploy: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - env: DEPLOY_HOOK: ${{ secrets.DEPLOY_HOOK }} diff --git a/config.yaml b/config.yaml index 2a1e3c3..00b2ce9 100644 --- a/config.yaml +++ b/config.yaml @@ -4,9 +4,6 @@ languageCode: "en-us" theme: PaperMod -author: - name: Julian Tölle - params: DateFormat: "2006-01-02" diff --git a/vercel.json b/vercel.json index c3e0014..1395dee 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "build": { "env": { - "HUGO_VERSION": "0.121.1" + "HUGO_VERSION": "0.147.1" } }, "headers": [