From 1ab2e84f03149fc28e91d83a6c697f939e4cb734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 22:01:42 +0000 Subject: [PATCH] chore: bump actions/setup-dotnet from 4.3.1 to 5.0.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/67a3573c9a986a3f9c594539f4ab511d57bb3ce9...d4c94342e560b34958eacfc5d055d21461ed1c5d) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 de020ad4..88b876e5 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-latest permissions: {} steps: - - uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 + - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d with: dotnet-version: 9.0.x - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33d03991..15978f2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: name: Setup Python with: python-version: 3.x - - uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 + - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d name: Setup .NET with: dotnet-version: 9.0.x @@ -200,7 +200,7 @@ jobs: - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: node-version: 18.x - - uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 + - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d with: dotnet-version: 9.0.x - name: Download build artifacts