From c24a86bc77c6087378030d0b3005fcab67c28d22 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Apr 2022 15:39:20 +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