From 7dd53d85304132f623a97a610486b864abd9d15b Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Mon, 22 Dec 2025 14:32:27 +0000 Subject: [PATCH] fixup! Add rather comprehensive examples and plugin screenshot. --- .github/workflows/autoupdate.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/autoupdate.yaml b/.github/workflows/autoupdate.yaml index 8bc60b8..d4138a3 100644 --- a/.github/workflows/autoupdate.yaml +++ b/.github/workflows/autoupdate.yaml @@ -1,18 +1,18 @@ name: Autoupdate go.mod and go.sum on: - workflow_dispatch: - schedule: - - cron: "0 3 * * *" + workflow_dispatch: + schedule: + - cron: "0 3 * * *" permissions: - contents: write - pull-requests: write + contents: write + pull-requests: write jobs: - autoupdate: - uses: lukaszraczylo/shared-actions/.github/workflows/go-autoupdate.yaml@main - with: - go-version: "1.21" - release-workflow: "release.yaml" - secrets: inherit + autoupdate: + uses: lukaszraczylo/shared-actions/.github/workflows/go-autoupdate.yaml@main + with: + go-version: ">=1.25" + release-workflow: "release.yaml" + secrets: inherit