Skip to content

Commit 1b54651

Browse files
Bump actions/setup-dotnet from 3.2.0 to 4.0.0 (#1842)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@3447fd6...4d6c8fc) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9773324 commit 1b54651

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fetch-depth: 0
5353

5454
- name: Setup .NET SDK
55-
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
55+
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
5656
id: setup-dotnet
5757

5858
- name: Setup NuGet cache
@@ -112,7 +112,7 @@ jobs:
112112
name: packages-windows
113113

114114
- name: Setup .NET SDK
115-
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
115+
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
116116
with:
117117
dotnet-version: ${{ needs.build.outputs.dotnet-sdk-version }}
118118

@@ -154,7 +154,7 @@ jobs:
154154
path: signing-config
155155

156156
- name: Setup .NET SDK
157-
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
157+
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
158158
with:
159159
dotnet-version: ${{ needs.build.outputs.dotnet-sdk-version }}
160160

@@ -197,7 +197,7 @@ jobs:
197197
name: signed-packages
198198

199199
- name: Setup .NET SDK
200-
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
200+
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
201201
with:
202202
dotnet-version: ${{ needs.build.outputs.dotnet-sdk-version }}
203203

@@ -226,7 +226,7 @@ jobs:
226226
submodules: recursive
227227

228228
- name: Setup .NET SDK
229-
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
229+
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
230230
with:
231231
global-json-file: AuthenticodeLint/global.json
232232

@@ -309,7 +309,7 @@ jobs:
309309
name: signed-packages
310310

311311
- name: Setup .NET SDK
312-
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
312+
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
313313
with:
314314
dotnet-version: ${{ needs.build.outputs.dotnet-sdk-version }}
315315

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3535

3636
- name: Setup .NET SDK
37-
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
37+
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
3838

3939
- name: Setup NuGet cache
4040
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
config_path: .github/spellcheck.yml
4141

4242
- name: Setup .NET SDK
43-
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
43+
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
4444

4545
- name: Generate documentation
4646
run: |

.github/workflows/on-push-do-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
token: ${{ steps.generate-application-token.outputs.token }}
3030

3131
- name: Setup .NET SDK
32-
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
32+
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
3333

3434
- name: Update documentation
3535
id: update-docs

0 commit comments

Comments
 (0)