From 3bddda94158d79d5d71622946a787c6f2bc06ab0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Mar 2022 13:29:08 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69b5374..6013a5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: with: ref: ${{ github.head_ref }} token: ${{ secrets.ECU_TOKEN }} - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 - uses: kellyselden/ember-cli-update-action@v3 with: autofix_command: yarn lint:fix