From 4dd17c18fcfa8cec2760175ae4c9c2c37e8690a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 06:58:43 +0000 Subject: [PATCH] Update actions/checkout action to v4.3.1 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 95a91e34..fbc05e3a 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -17,7 +17,7 @@ jobs: node-version: [18.x, 20.x] steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.3.1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4.0.4 with: