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: |