From 4bde6726655709234b5b9ac442f4c664532d0a0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 05:26:47 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/npm-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 90ca4e0..7d3fdec 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 22 - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Cache node_modules id: cache uses: actions/cache@v4