From 55aad03ae7572ba272b8d1d3a908de63b2631899 Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Tue, 1 Oct 2024 00:48:47 +0500 Subject: [PATCH] workflows --- .github/workflows/cron.yml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 0d5bbe8d8..d62d40b15 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -1,7 +1,7 @@ name: Close Not a TFG Bug issues on: schedule: - - cron: "30 1 * * *" + - cron: "00 22 * * *" jobs: close-issues: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34d8ff307..f52b13a53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: needs: [info] steps: - name: Checkout - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.2.0 - name: Replace strings shell: bash @@ -89,7 +89,7 @@ jobs: needs: [info] steps: - name: Checkout - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.2.0 - name: Replace strings shell: bash @@ -133,7 +133,7 @@ jobs: needs: [info] steps: - name: Checkout - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.2.0 - name: Download Mods run: |