From 8dd8fc9ef754596401aa3c4a0ac3d74d16bc5db3 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Sun, 12 Jan 2025 14:11:02 +0100 Subject: [PATCH] ci: update dependencies.yml --- .github/workflows/dependencies.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 1820bd0..cfaa717 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -1,11 +1,11 @@ -# Automatically run `cargo update` periodically +# Runs `cargo update` periodically. name: Dependencies on: schedule: # Run weekly - - cron: "00 08 * * MON" + - cron: "0 0 * * SUN" workflow_dispatch: # Needed so we can run it manually @@ -30,7 +30,6 @@ jobs: update: name: Update runs-on: ubuntu-latest - timeout-minutes: 30 steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@nightly @@ -53,7 +52,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: add-paths: ./Cargo.lock commit-message: ${{ steps.msg.outputs.commit_message }}