From f9a2a817ccccedc601b7e2a74f37b20c839b3e0b Mon Sep 17 00:00:00 2001 From: Alexander C <48217309+alexandercarruthers@users.noreply.github.com> Date: Sun, 27 Aug 2023 21:25:13 +0100 Subject: [PATCH 1/2] Update checkout action to v3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4356d28..5aeacfd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ or any dependency in advance. ## Usage ```yml -- uses: actions/checkout@v2 # Check out the repository first. +- uses: actions/checkout@v3 # Check out the repository first. - uses: actionsx/prettier@v2 with: # prettier CLI arguments. From d00bcc43ec57aa719b2131ce74db686b7050e2d6 Mon Sep 17 00:00:00 2001 From: Alexander C <48217309+alexandercarruthers@users.noreply.github.com> Date: Sun, 27 Aug 2023 21:28:34 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aeacfd..7f3e9c0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ or any dependency in advance. ```yml - uses: actions/checkout@v3 # Check out the repository first. -- uses: actionsx/prettier@v2 +- uses: actionsx/prettier@v3 with: # prettier CLI arguments. args: --check .