From 9c0dcce67b9a1934565f8bc13af979884b519eaf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Apr 2022 10:20: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 dd9fc2f..75dfe06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@master - name: Setup node env 🏗 - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.1.0 with: node-version: ${{ matrix.node }} check-latest: true