From 38c62bb1be88b255078d0e726c6d9e0133366594 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 17 Dec 2022 12:40:48 +0000 Subject: [PATCH] github/submodule-update: Use single `0` in cron spec Just in case that `00` was the issue. It ran fine with `10 * * * *`. --- .github/workflows/submodule-update.yml | 2 +- FDevIDs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/submodule-update.yml b/.github/workflows/submodule-update.yml index 691e250e..85f45ff0 100644 --- a/.github/workflows/submodule-update.yml +++ b/.github/workflows/submodule-update.yml @@ -3,7 +3,7 @@ name: Submodule Updates on: schedule: - - cron: '00 12 * * *' + - cron: '0 12 * * *' jobs: check_submodules: diff --git a/FDevIDs b/FDevIDs index 3fd5d202..726fb916 160000 --- a/FDevIDs +++ b/FDevIDs @@ -1 +1 @@ -Subproject commit 3fd5d202e529c52748b1e9b94433262810f6e295 +Subproject commit 726fb91654edb020491e57ce8c07041296645cd0