From 2242b9f723dd5f32d0ae1d1d921159c1866dbcc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:15:28 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index fd29470..bb32674 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -16,7 +16,7 @@ jobs: name: Test runs-on: macos-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js 24.x uses: actions/setup-node@v6 with: @@ -39,7 +39,7 @@ jobs: if: github.ref == 'refs/heads/main' needs: test steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - name: Use Node.js 24.x