From 4da73028766f96b7151bbe155d9bfe5914d3fe54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:01:40 +0000 Subject: [PATCH] build(deps): bump actions/setup-dotnet Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5c125af7da1b2700edf7106be3a4f8a60f495f59 to 740310365d5065c44c30d213e7963107ebfd22d5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/5c125af7da1b2700edf7106be3a4f8a60f495f59...740310365d5065c44c30d213e7963107ebfd22d5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 740310365d5065c44c30d213e7963107ebfd22d5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/check-code-snippets.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-code-snippets.yml b/.github/workflows/check-code-snippets.yml index b84feaecb..229ab9b7e 100644 --- a/.github/workflows/check-code-snippets.yml +++ b/.github/workflows/check-code-snippets.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Setup .NET - uses: actions/setup-dotnet@5c125af7da1b2700edf7106be3a4f8a60f495f59 + uses: actions/setup-dotnet@740310365d5065c44c30d213e7963107ebfd22d5 with: dotnet-version: "9.0.101" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3be2c061b..d89037959 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout code uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - - uses: actions/setup-dotnet@5c125af7da1b2700edf7106be3a4f8a60f495f59 + - uses: actions/setup-dotnet@740310365d5065c44c30d213e7963107ebfd22d5 with: dotnet-version: "9.0.101"