From c9da75b82ec627c40957fb55e81afb491bb26ea1 Mon Sep 17 00:00:00 2001 From: Jacob M-G Evans Date: Tue, 8 Aug 2023 13:37:59 -0500 Subject: [PATCH] Update README with newer version of checkout action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ebe631..66319f0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest name: Deploy steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Deploy uses: cloudflare/wrangler-action@3.0.0 with: