From fd148c114cc43cb8af6c770d8aaa65bed0a5fe23 Mon Sep 17 00:00:00 2001 From: OKURA Masafumi Date: Tue, 31 Oct 2023 22:45:39 +0900 Subject: [PATCH] Use checkout v4 https://github.com/actions/checkout/releases/tag/v4.1.1 checkout v4 is already released, so if there's no specific reason we should use that. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2246ac868..dc6b3603b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Create Pull Request action will: ## Usage ```yml - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Make changes to pull request here