Skip to content

Commit b02eee4

Browse files
build(deps): bump actions/setup-dotnet from 4 to 6
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 6. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a058c6 commit b02eee4

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515

1616
- name: setup-dotnet
17-
uses: actions/setup-dotnet@v4
17+
uses: actions/setup-dotnet@v6
1818

1919
- name: Cache NuGet packages
2020
uses: actions/cache@v5
@@ -41,7 +41,7 @@ jobs:
4141

4242
# setup dotnet based on global.json
4343
- name: setup-dotnet
44-
uses: actions/setup-dotnet@v4
44+
uses: actions/setup-dotnet@v6
4545

4646
# cache NuGet packages to avoid re-downloading on every run
4747
- name: Cache NuGet packages

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: setup-dotnet
22-
uses: actions/setup-dotnet@v4
22+
uses: actions/setup-dotnet@v6
2323

2424
- name: Cache NuGet packages
2525
uses: actions/cache@v5

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
# setup dotnet based on global.json
1919
- name: setup-dotnet
20-
uses: actions/setup-dotnet@v4
20+
uses: actions/setup-dotnet@v6
2121
# cache NuGet packages to avoid re-downloading on every run
2222
- name: Cache NuGet packages
2323
uses: actions/cache@v5
@@ -43,7 +43,7 @@ jobs:
4343
fetch-depth: 0
4444
# setup dotnet based on global.json
4545
- name: setup-dotnet
46-
uses: actions/setup-dotnet@v4
46+
uses: actions/setup-dotnet@v6
4747
# cache NuGet packages to avoid re-downloading on every run
4848
- name: Cache NuGet packages
4949
uses: actions/cache@v5
@@ -76,7 +76,7 @@ jobs:
7676
fetch-depth: 0
7777

7878
- name: setup-dotnet
79-
uses: actions/setup-dotnet@v4
79+
uses: actions/setup-dotnet@v6
8080

8181
- name: Cache NuGet packages
8282
uses: actions/cache@v5

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222
# setup dotnet based on global.json
2323
- name: setup-dotnet
24-
uses: actions/setup-dotnet@v4
24+
uses: actions/setup-dotnet@v6
2525
# cache NuGet packages to avoid re-downloading on every run
2626
- name: Cache NuGet packages
2727
uses: actions/cache@v5

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
# setup dotnet based on global.json
1717
- name: setup-dotnet
18-
uses: actions/setup-dotnet@v4
18+
uses: actions/setup-dotnet@v6
1919

2020
# cache NuGet packages to avoid re-downloading on every run
2121
- name: Cache NuGet packages
@@ -53,7 +53,7 @@ jobs:
5353

5454
# setup dotnet based on global.json
5555
- name: setup-dotnet
56-
uses: actions/setup-dotnet@v4
56+
uses: actions/setup-dotnet@v6
5757

5858
# cache NuGet packages to avoid re-downloading on every run
5959
- name: Cache NuGet packages
@@ -89,7 +89,7 @@ jobs:
8989
fetch-depth: 0
9090

9191
- name: setup-dotnet
92-
uses: actions/setup-dotnet@v4
92+
uses: actions/setup-dotnet@v6
9393

9494
- name: Cache NuGet packages
9595
uses: actions/cache@v5

0 commit comments

Comments
 (0)