From 38d584dc0b21b823b1459f31874a5e0121c5d3a5 Mon Sep 17 00:00:00 2001 From: James Kessler Date: Thu, 10 Oct 2024 15:06:06 -0700 Subject: [PATCH] Update README.md Update version of `checkout` action. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 117d7a42..ac0f402f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Use Node.js 16.x uses: actions/setup-node@v3