From b30bf49d73ff9db5443beadb5cef6327abff5add Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:42:33 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11de605..b624bb5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Git run: | git config --global url."https://user:${{ secrets.GITHUB_TOKEN }}@github".insteadOf https://github diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39c47f4..96a506d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run release script shell: pwsh run: ./eng/release.ps1