From 41ebf8fd19a66ffd8041687ed38ab5590fd10d78 Mon Sep 17 00:00:00 2001 From: Andrei Cherniaev <27889022+AndreiCherniaev@users.noreply.github.com> Date: Mon, 6 Jul 2026 23:37:44 +0900 Subject: [PATCH] Bump actions/checkout from 6 to 7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43c74e0..9e9de46 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Any warnings or errors will be annotated in the Pull Request. ## Usage ```yml -- uses: actions/checkout@v6 +- uses: actions/checkout@v7 - uses: codespell-project/actions-codespell@v2 ```