From 4ac8b9d200d54cd9d512dc99f03e17f8c0bbfbec Mon Sep 17 00:00:00 2001 From: Luciano Lima Date: Mon, 8 Jun 2020 11:39:36 -0300 Subject: [PATCH] Update README.md Change checkout action to v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 013ccc6..6895b98 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - uses: borales/actions-yarn@v2.0.0 with: cmd: install # will run `yarn install` command