From 1f3ec6da8835c0edf538a78e31da006714cd1599 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Mar 2026 01:16:28 +0000 Subject: [PATCH] chore(deps): update https://github.com/jdx/mise-action action to v4 --- .gitea/workflows/hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 37c7673..aec705b 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -34,7 +34,7 @@ jobs: fetch-depth: 1 # Fetch all history for .GitInfo and .Lastmod - name: Setup required tools (Hugo) - uses: https://github.com/jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2 + uses: https://github.com/jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0 with: cache: false # no cache on gitea github_token: ${{ secrets.GH_TOKEN }}