From 69f766cbbbce858fdef866901f5255c353b93949 Mon Sep 17 00:00:00 2001 From: Markus Mayer Date: Wed, 5 Jun 2024 17:34:51 +0200 Subject: [PATCH] ci: update checkout action to v4 in codespell workflow (#2414) Signed-off-by: Markus Mayer --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 99b3dec5..3bda7023 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -14,6 +14,6 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Codespell uses: codespell-project/actions-codespell@v2