From b025b052154aebdcb8dfa3d2c336473cbac2266f Mon Sep 17 00:00:00 2001 From: David Lechner Date: Mon, 17 Oct 2022 12:06:31 -0500 Subject: [PATCH] README: update actions/checkout to v3 actions/checkout@v2 uses node v12 which is deprecated, so better to use the current version for anyone who copies and pastes this example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8ef47c..0da14ce 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ See [action.yml](action.yml) ```yaml steps: -- uses: actions/checkout@v2 +- uses: actions/checkout@v3 - run: mkdir -p path/to/artifact