From e10082d96ca40cb1bf4f52ecc97ff423af814410 Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Thu, 5 Jun 2025 08:33:35 -0500 Subject: [PATCH] fix workflow --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 391f08f..35e37ee 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,12 +1,12 @@ name: QuotesBot on: schedule: - - cron: '30 */4 * * *' + - cron: '35 */4 * * *' jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Python uses: actions/setup-python@v3 with: