From fde2d35533e24ba3861377f7dfffa145a1bba6a6 Mon Sep 17 00:00:00 2001 From: Futa HIRAKOBA Date: Sun, 21 Apr 2024 16:56:13 +0900 Subject: [PATCH] chore: update actions/checkout action to v4 for readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6805381..c455039 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ jobs: pull-requests: read # required by renovate, because renovate to read pull request. runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: cybozu/renovate-dry-run-action@v1 with: config-file: renovate.json