From eabde83117fddeec8ea7689a2c15f637298405c6 Mon Sep 17 00:00:00 2001 From: George Melikov Date: Wed, 12 Oct 2022 09:31:54 +0300 Subject: [PATCH] README: Bump actions/checkout to v3 `Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/checkout` It's great to have non-deprecated examples. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8ef47c4..0da14ce3 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