From b3f0d706c7e38823423dec58ef3701c1e9f5aecc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 03:10:54 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.1.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08b5001..034a399 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v6.1.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6.5.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2426505..592df8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v6.1.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6.5.0