diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 3d8c362..1c16344 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Ensure .NET Installed - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 6.0.x diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 2c5f797..801f9ae 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Ensure .NET Installed - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 6.0.x