From 7039742adce36f39d4ebecaf5ae682c0c02fb348 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:27:26 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/node-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-test.yaml b/.github/workflows/node-test.yaml index baa757f..4bf040e 100644 --- a/.github/workflows/node-test.yaml +++ b/.github/workflows/node-test.yaml @@ -85,7 +85,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Prepare the matrix uses: pkgjs/action/.github/actions/prepare-node-test-matrix-action@v0.1.7 @@ -117,7 +117,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Prepare post-checkout steps if: ${{ inputs.post-checkout-steps }}