From 1774aab1bb7422d058506deb574c8371dae78045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 22:01:54 +0000 Subject: [PATCH] chore: bump actions/setup-dotnet from 5.0.0 to 5.0.1 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/d4c94342e560b34958eacfc5d055d21461ed1c5d...2016bd2012dba4e32de620c46fe006a3ac9f0602) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/package.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index a53da249..0074e000 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -67,7 +67,7 @@ jobs: runs-on: ubuntu-latest permissions: {} steps: - - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d + - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: 9.0.x - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44aa0a17..9178660d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: name: Setup Python with: python-version: 3.x - - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d + - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 name: Setup .NET with: dotnet-version: 9.0.x @@ -163,7 +163,7 @@ jobs: - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 with: node-version: 24.x - - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d + - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: 9.0.x - name: Download build artifacts