From 4374fccddefd876d98e4985ba73c2f93ae8c6ffd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Jul 2026 01:16:51 +0000 Subject: [PATCH] chore(deps): update https://github.com/jdx/mise-action action to v4.2.1 --- .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 cb0119e..c5b47c3 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@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + uses: https://github.com/jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 with: cache: false # no cache on gitea github_token: ${{ secrets.GH_TOKEN }}