From 64cddc9fb06e6b07c74051d9a35f2fc0bf13147f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 18:46:26 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ee8c7ab7..a542d8d0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,7 +10,7 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js 20.x uses: actions/setup-node@v6 with: @@ -27,7 +27,7 @@ jobs: runs-on: windows-latest steps: - run: git config --global core.autocrlf false - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js 20.x uses: actions/setup-node@v6 with: @@ -47,7 +47,7 @@ jobs: pull-requests: write id-token: write # needed for npm trusted publishers with OIDC steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - name: Use Node.js 24.x