mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-11-20 11:41:29 +03:00
ci: update checkout action to v4 in codespell workflow (#2414)
Signed-off-by: Markus Mayer <widemeadows@gmail.com>
This commit is contained in:
parent
d43bfa0a53
commit
69f766cbbb
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
@ -14,6 +14,6 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Codespell
|
||||
uses: codespell-project/actions-codespell@v2
|
||||
|
Loading…
Reference in New Issue
Block a user