From b02eee4bd6ba7bf35d1e8b8b675ee1d08cbdebfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 14:02:52 +0000 Subject: [PATCH] build(deps): bump actions/setup-dotnet from 4 to 6 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 6. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 4 ++-- .github/workflows/docs.yaml | 2 +- .github/workflows/main.yaml | 6 +++--- .github/workflows/publish.yaml | 2 +- .github/workflows/test.yaml | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ae28c8d6..f4acd85c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 - name: Cache NuGet packages uses: actions/cache@v5 @@ -41,7 +41,7 @@ jobs: # setup dotnet based on global.json - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 # cache NuGet packages to avoid re-downloading on every run - name: Cache NuGet packages diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index e547a024..099be485 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 - name: Cache NuGet packages uses: actions/cache@v5 diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 002be210..18a7d96b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 # setup dotnet based on global.json - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 # cache NuGet packages to avoid re-downloading on every run - name: Cache NuGet packages uses: actions/cache@v5 @@ -43,7 +43,7 @@ jobs: fetch-depth: 0 # setup dotnet based on global.json - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 # cache NuGet packages to avoid re-downloading on every run - name: Cache NuGet packages uses: actions/cache@v5 @@ -76,7 +76,7 @@ jobs: fetch-depth: 0 - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 - name: Cache NuGet packages uses: actions/cache@v5 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 19de9943..9a3e2cfd 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 # setup dotnet based on global.json - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 # cache NuGet packages to avoid re-downloading on every run - name: Cache NuGet packages uses: actions/cache@v5 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a4dff6f9..4b4e0636 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,7 +15,7 @@ jobs: # setup dotnet based on global.json - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 # cache NuGet packages to avoid re-downloading on every run - name: Cache NuGet packages @@ -53,7 +53,7 @@ jobs: # setup dotnet based on global.json - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 # cache NuGet packages to avoid re-downloading on every run - name: Cache NuGet packages @@ -89,7 +89,7 @@ jobs: fetch-depth: 0 - name: setup-dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v6 - name: Cache NuGet packages uses: actions/cache@v5