From 5449b4c40a92fcb1d59d0df45c4d623f939ed8a2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Feb 2022 09:16:23 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/format-checking.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-checking.yml b/.github/workflows/format-checking.yml index b714bd6..4334684 100644 --- a/.github/workflows/format-checking.yml +++ b/.github/workflows/format-checking.yml @@ -16,7 +16,7 @@ jobs: submodules: true - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '16.x'