From 7766aff9201ba5df4616a6210971286916effbd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:14:15 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .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 35447f6..71e24c3 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -16,7 +16,7 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js 20.x uses: actions/setup-node@v6 with: @@ -40,7 +40,7 @@ jobs: runs-on: windows-latest steps: - run: git config --global core.autocrlf false - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js 20.x uses: actions/setup-node@v6 with: @@ -61,7 +61,7 @@ jobs: pull-requests: write id-token: write # needed for npm trusted publishers with OIDC steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Use Node.js 24.x