From 0a5f3df674d5a6bbc9d4b1306b66d708a3370bcb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 18:07:59 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 111e622..aeb0186 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v2 - name: Install Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }}