mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 17:08:47 +00:00
Upgrade to actions/checkout@v4
in the docs lint job. (#12581)
This commit is contained in:
parent
94f018f1ba
commit
5308b836c7
2
.github/workflows/doc_lint.yml
vendored
2
.github/workflows/doc_lint.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run import check
|
- name: Run import check
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user