From b3d3fab5cdee5338695e8d1935d8b34bd5c22d44 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 21 Nov 2025 22:48:24 +0000
Subject: [PATCH] Update all dependencies
---
.github/workflows/deploy.yml | 6 +++---
themes/makedeb/layouts/partials/head.html | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 0ba7a78..209b7ac 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Git repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
submodules: recursive
- name: Setup Pages
id: pages
- uses: actions/configure-pages@v4
+ uses: actions/configure-pages@v5
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
@@ -25,7 +25,7 @@ jobs:
- name: Build site
run: hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload site artifact
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
with:
path: ./public
- name: Deploy site
diff --git a/themes/makedeb/layouts/partials/head.html b/themes/makedeb/layouts/partials/head.html
index 1b230ca..3928d64 100644
--- a/themes/makedeb/layouts/partials/head.html
+++ b/themes/makedeb/layouts/partials/head.html
@@ -13,7 +13,7 @@
-
+