diff --git a/.github/workflows/hourly-pr-maintenance.yml b/.github/workflows/hourly-pr-maintenance.yml index e32a2606d..aad34e766 100644 --- a/.github/workflows/hourly-pr-maintenance.yml +++ b/.github/workflows/hourly-pr-maintenance.yml @@ -21,4 +21,4 @@ jobs: contents: write id-token: write pull-requests: write - uses: ContextualWisdomLab/.github/.github/workflows/pr-review-merge-scheduler.yml@f070c504c1cb06891b800d7ab0cf6ac7d3cf8eae + uses: ContextualWisdomLab/.github/.github/workflows/pr-review-merge-scheduler.yml@731af58e954901c4f1cc853231c592abb1eaf617 diff --git a/tests/quality/test_hourly_maintenance_caller.py b/tests/quality/test_hourly_maintenance_caller.py index d42c0a094..80f4f1c2a 100644 --- a/tests/quality/test_hourly_maintenance_caller.py +++ b/tests/quality/test_hourly_maintenance_caller.py @@ -8,7 +8,7 @@ REPOSITORY_ROOT = Path(__file__).resolve().parents[2] CALLER_WORKFLOW = REPOSITORY_ROOT / ".github" / "workflows" / "hourly-pr-maintenance.yml" -CENTRAL_SCHEDULER_REVISION = "f070c504c1cb06891b800d7ab0cf6ac7d3cf8eae" +CENTRAL_SCHEDULER_REVISION = "731af58e954901c4f1cc853231c592abb1eaf617" class HourlyMaintenanceCallerContractTests(unittest.TestCase):