From a8314cd15b29524e7ff08f24f862dddcaae84320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 22:36:36 +0000 Subject: [PATCH 1/2] build(deps): bump peaceiris/actions-hugo from 3.0.0 to 3.2.1 Bumps [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo) from 3.0.0 to 3.2.1. - [Release notes](https://github.com/peaceiris/actions-hugo/releases) - [Changelog](https://github.com/peaceiris/actions-hugo/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-hugo/compare/v3.0.0...v3.2.1) --- updated-dependencies: - dependency-name: peaceiris/actions-hugo dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index ad1c2078..5bbaab56 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -67,7 +67,7 @@ jobs: uses: gradle/actions/setup-gradle@v6 - name: Setup Hugo - uses: peaceiris/actions-hugo@v3.0.0 + uses: peaceiris/actions-hugo@v3.2.1 with: hugo-version: '${{ steps.env.outputs.HUGO_VERSION }}' extended: true From 1cb85e003690fc0ca052a3d7c446166f58ee350f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 22:36:48 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .../improvtools/tonguetwister/widget/TongueTwisterWidget.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/tonguetwister/src/main/java/com/brokenkernel/improvtools/tonguetwister/widget/TongueTwisterWidget.kt b/features/tonguetwister/src/main/java/com/brokenkernel/improvtools/tonguetwister/widget/TongueTwisterWidget.kt index c65c4bc3..2b179c20 100644 --- a/features/tonguetwister/src/main/java/com/brokenkernel/improvtools/tonguetwister/widget/TongueTwisterWidget.kt +++ b/features/tonguetwister/src/main/java/com/brokenkernel/improvtools/tonguetwister/widget/TongueTwisterWidget.kt @@ -39,7 +39,7 @@ internal class TongueTwisterWidget : GlanceAppWidget() { // TODO: https://developer.android.com/develop/ui/compose/glance/pin-in-app // https://developer.android.com/develop/ui/compose/glance/generated-previews -// // TOOD: providePreview {} +// // TODO: providePreview {} // override suspend fun providePreview() { // } }