-
Notifications
You must be signed in to change notification settings - Fork 363
ci: update workflows #862
base: main
Are you sure you want to change the base?
ci: update workflows #862
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @eyarz ,
In cron_checks.yml ,
-- you can add --
dead_readme_links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: main
submodules: 'recursive'
-> This change will ensure that the correct branch (the "main" branch) and all of its submodules are checked out in the workflow. This is important to ensure that the correct code is used for subsequent steps in the workflow, such as checking for dead links in the Markdown files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In cron_checks.yml ,
To improve the performance, reliability, and compatibility of the actions used in the workflow,
you can do these changes in this yaml file,
- The version of the actions/stale action has been upgraded from
v6
tov8
. - The version of the actions/checkout action has been upgraded from
v3
tov2
. - The version of the lycheeverse/lychee-action action has been upgraded from
v1.3.2
tov1.5.0
. - The version of the peter-evans/create-issue-from-file action has been upgraded to
peter-evans/create-issue@v2
.
Let me know what's your view on this .
@Rahul-Prasad-07 thank you for the review. regarding the version updates: |
Got it 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can anyone tell me docx of datree are working or not?
@adilwahla |
No description provided.