From acdf6ea59b7d703f5b1d63c0d6cbd8ccc64347cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:42:33 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/nodejs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 14a4774..d0d3c4d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository ⬇️ - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Node.js ${{ matrix.node-version }} 📦🛠️ uses: actions/setup-node@v4 @@ -53,7 +53,7 @@ jobs: matrix: node-version: [22.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: @@ -88,7 +88,7 @@ jobs: steps: - name: Checkout ⬇️ - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v7.0.1 with: show-progress: false