Skip to content

Commit 778a9b4

Browse files
Bump actions/setup-dotnet from 4.0.1 to 4.1.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba5e830 commit 778a9b4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-samples-and-snippets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616
- name: Setup .NET SDK
17-
uses: actions/setup-dotnet@v4.0.1
17+
uses: actions/setup-dotnet@v4.1.0
1818
with:
1919
dotnet-version: 8.0.x
2020
- name: Install .NET Aspire workload # To be removed once the base GitHub image has the Aspire workload 8.2

.github/workflows/validate-pull-requests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v4
1313
- name: Setup .NET SDK
14-
uses: actions/setup-dotnet@v4.0.1
14+
uses: actions/setup-dotnet@v4.1.0
1515
with:
1616
dotnet-version: 8.0.x
1717
# Caching is done to limit data transfer on each PR, not to optimize CI speed
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout
3939
uses: actions/checkout@v4
4040
- name: Setup .NET SDK
41-
uses: actions/setup-dotnet@v4.0.1
41+
uses: actions/setup-dotnet@v4.1.0
4242
with:
4343
dotnet-version: 8.0.x
4444
- name: Run integrity tests
@@ -50,7 +50,7 @@ jobs:
5050
- name: Checkout
5151
uses: actions/checkout@v4
5252
- name: Setup .NET SDK
53-
uses: actions/setup-dotnet@v4.0.1
53+
uses: actions/setup-dotnet@v4.1.0
5454
with:
5555
dotnet-version: 8.0.x
5656
- name: Update .NET workloads # To be removed once the base GitHub image has the Aspire workload 8.2

.github/workflows/verify-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616
- name: Setup .NET SDK
17-
uses: actions/setup-dotnet@v4.0.1
17+
uses: actions/setup-dotnet@v4.1.0
1818
with:
1919
dotnet-version: 8.0.x
2020
# Caching is done to limit data transfer on each PR, not to optimize CI speed
@@ -59,7 +59,7 @@ jobs:
5959
- name: Checkout
6060
uses: actions/checkout@v4
6161
- name: Setup .NET SDK
62-
uses: actions/setup-dotnet@v4.0.1
62+
uses: actions/setup-dotnet@v4.1.0
6363
with:
6464
dotnet-version: 8.0.x
6565
- name: Run integrity tests

0 commit comments

Comments
 (0)