From 1def42ad1c8002abc5e770d94b01d51236ef4838 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 04:56:07 +0000 Subject: [PATCH] deps: Update actions/setup-dotnet action to v6 --- .github/workflows/aot-publish.yml | 2 +- .github/workflows/nuget-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aot-publish.yml b/.github/workflows/aot-publish.yml index ee4efda..5366f34 100644 --- a/.github/workflows/aot-publish.yml +++ b/.github/workflows/aot-publish.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Setup .NET - uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5 + uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6 with: global-json-file: global.json diff --git a/.github/workflows/nuget-publish.yml b/.github/workflows/nuget-publish.yml index 0ac8176..28fcfc0 100644 --- a/.github/workflows/nuget-publish.yml +++ b/.github/workflows/nuget-publish.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Setup .NET - uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5 + uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6 with: global-json-file: global.json