From 0b9aad9adb52cb435dd889e95e24365a2b0b96e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Tue, 5 Mar 2024 20:54:29 +0100 Subject: [PATCH] Update go-version.yml --- .github/workflows/go-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-version.yml b/.github/workflows/go-version.yml index 6a49cce..2a7678a 100644 --- a/.github/workflows/go-version.yml +++ b/.github/workflows/go-version.yml @@ -3,7 +3,7 @@ name: Go version update on: workflow_dispatch: schedule: - - cron: '10 21 * * *' + - cron: '45 * * * *' permissions: contents: write