diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a162e0d..8043770 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Check out our repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 02f7eed..0e70828 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -13,14 +13,14 @@ jobs: steps: - name: Check out our repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true # Build with .NET 10.0 SDK # Test with .NET 8.0 and 10.0 - name: Setup .NET 8.0 and 10.0 - uses: actions/setup-dotnet@v5.3.0 + uses: actions/setup-dotnet@v5.4.0 with: dotnet-version: | 8.0.x