Skip to content

Commit

Permalink
ci: update dependencies.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jan 12, 2025
1 parent 03ae1ae commit 8dd8fc9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 8dd8fc9

Please sign in to comment.