From 959d27ad6c23e7d8efb503eec8f2ff76c535e318 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sat, 22 Feb 2025 14:59:08 -0500 Subject: [PATCH] Update example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8153471..35d6523 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Correctly sets up node, pnpm, and cache for pnpm dependencies so that installati ```yaml steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: wyvox/action-setup-pnpm@v3 ```