From 1b3b649db08132785d775a2c37807b27069a023d Mon Sep 17 00:00:00 2001 From: Nish Sinha Date: Thu, 21 Sep 2023 14:43:09 -0400 Subject: [PATCH] Change actions/checkout@v3 to v4 in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46e25b85..75348bbf 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ jobs: - name: Dependabot metadata id: dependabot-metadata uses: dependabot/fetch-metadata@v1 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Approve a PR if not already approved run: | gh pr checkout "$PR_URL" # sets the upstream metadata for `gh pr status`