-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(cr) Modify update_latest_versions.yml
- Loading branch information
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Update Latest Versions | |
on: | ||
workflow_dispatch: # can be triggered manually | ||
schedule: | ||
- cron: "0 0 * * 0" # weekly on Sunday at midnight | ||
- cron: "30 6 * * 1" # weekly on Monday at 6:30 AM | ||
|
||
jobs: | ||
update-latest-versions: | ||
|
@@ -16,8 +16,6 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Install PHP | ||
uses: shivammathur/[email protected] | ||
|
@@ -47,6 +45,5 @@ jobs: | |
title: "chore: update latest versions" | ||
branch: "update-latest-versions" | ||
base: "master" | ||
draft: true | ||
delete-branch: true | ||
body: This PR updates the latest pinned versions of the test dependencies. |