From 3d6460cbc169cc979459ec91238f1feb809ccacd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 8 May 2022 12:52:56 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 6a18812a..bc483c7b 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -16,7 +16,7 @@ jobs: - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/eslint.json" - name: Use Node.js v16 - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2 + uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3 with: node-version: 16 cache: yarn @@ -35,7 +35,7 @@ jobs: - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v16 - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2 + uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3 with: node-version: 16 cache: yarn