From 882f4136e09b539edf8a7cb0a7e39ac57c0389af Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Sat, 13 Apr 2024 13:52:12 -0700 Subject: [PATCH] [CI] Update create-pull-request action --- .github/workflows/update_rapids.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_rapids.yml b/.github/workflows/update_rapids.yml index 395a42148..22a395799 100644 --- a/.github/workflows/update_rapids.yml +++ b/.github/workflows/update_rapids.yml @@ -3,7 +3,7 @@ name: update-rapids on: workflow_dispatch: schedule: - - cron: "0 20 * * *" # Run once daily + - cron: "0 20 * * 1" # Run once weekly permissions: pull-requests: write @@ -32,7 +32,7 @@ jobs: run: | bash tests/buildkite/update-rapids.sh - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 if: github.ref == 'refs/heads/master' with: add-paths: |