From bbbb48144e01745788c45a23e5eae7162b909ad9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 26 Sep 2024 20:47:35 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9674ec0..5feee86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: "npm"