Skip to content

Commit 0ff62cc

Browse files
authored
Merge pull request #3814 from GitTools/dependabot/github_actions/actions/setup-dotnet-4
(build deps): Bump actions/setup-dotnet from 3 to 4
2 parents 0a44b8d + 0cc3fd1 commit 0ff62cc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/_prepare.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
3030
-
3131
name: Setup .NET SDK
32-
uses: actions/setup-dotnet@v3
32+
uses: actions/setup-dotnet@v4
3333
with:
3434
global-json-file: global.json
3535
-

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
-
7070
name: Setup .NET SDK
71-
uses: actions/setup-dotnet@v3
71+
uses: actions/setup-dotnet@v4
7272
with:
7373
global-json-file: global.json
7474

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
restore-keys: node-${{ runner.os }}
7777
-
7878
name: Setup .NET SDK
79-
uses: actions/setup-dotnet@v3
79+
uses: actions/setup-dotnet@v4
8080
with:
8181
global-json-file: global.json
8282
-

.github/workflows/format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141
-
4242
name: Setup .NET SDK
43-
uses: actions/setup-dotnet@v3
43+
uses: actions/setup-dotnet@v4
4444
with:
4545
global-json-file: global.json
4646
-

0 commit comments

Comments
 (0)