From c225d05343bd34a7d6233e3da852825833151044 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:08:10 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/main.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9331b15..fd370e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: NuGet cache uses: actions/cache@v5 with: @@ -47,7 +47,7 @@ jobs: encoding: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Verify encoding shell: pwsh run: Scripts/Test-Encoding.ps1 @@ -59,7 +59,7 @@ jobs: NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages steps: - name: Check out the sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up .NET SDK uses: actions/setup-dotnet@v5 - name: NuGet cache @@ -79,7 +79,7 @@ jobs: NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages steps: - name: Check out the sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up .NET SDK uses: actions/setup-dotnet@v5 - name: NuGet cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bed79b6..c1a254e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - id: version name: Read version from ref shell: pwsh