From f8db54580504a7da1e6099eacae5efc155fadc97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:25:24 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/ci.yml | 2 +- .github/workflows/npm-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f57b35..034f566 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "20" - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Cache node_modules id: cache uses: actions/cache@v4 diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index f7d9eca..71a312d 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -13,7 +13,7 @@ jobs: with: node-version: "20" registry-url: 'https://registry.npmjs.org' - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Cache node_modules id: cache uses: actions/cache@v4