From 3d7f91beb8a7b9d8c16346f3afe89ccf75766bbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 14:18:22 +0000 Subject: [PATCH] deps(dev): update actions/setup-node action to v3.8.1 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 59c4de7..9881176 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout 📥 uses: actions/checkout@v3.3.0 - name: Setup Node 💿 - uses: actions/setup-node@v3.6.0 + uses: actions/setup-node@v3.8.1 with: node-version: 14