ci: update checkout action to v4 in codespell workflow (#2414)

Signed-off-by: Markus Mayer <widemeadows@gmail.com>
This commit is contained in:
Markus Mayer
2024-06-05 17:34:51 +02:00
committed by GitHub
parent d43bfa0a53
commit 69f766cbbb

View File

@@ -14,6 +14,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@v2