Skip to content

Commit 4524a2d

Browse files
authored
Merge pull request #4669 from GitTools/dependabot/github_actions/actions-5e9711c773
(build deps): Bump actions/setup-dotnet from 4 to 5 in the actions group
2 parents 519dc21 + 0d7f8fc commit 4524a2d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/_prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
4141
-
4242
name: Setup .NET SDK
43-
uses: actions/setup-dotnet@v4
43+
uses: actions/setup-dotnet@v5
4444
with:
4545
global-json-file: global.json
4646
-

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
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@v4
71+
uses: actions/setup-dotnet@v5
7272
with:
7373
global-json-file: global.json
7474
-

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
restore-keys: node-${{ runner.os }}
7373
-
7474
name: Setup .NET SDK
75-
uses: actions/setup-dotnet@v4
75+
uses: actions/setup-dotnet@v5
7676
with:
7777
global-json-file: global.json
7878
-

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v5
4343
-
4444
name: Setup .NET SDK
45-
uses: actions/setup-dotnet@v4
45+
uses: actions/setup-dotnet@v5
4646
with:
4747
global-json-file: global.json
4848
-

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v5
2323
-
2424
name: Setup .NET SDK
25-
uses: actions/setup-dotnet@v4
25+
uses: actions/setup-dotnet@v5
2626
with:
2727
global-json-file: global.json
2828
-

.github/workflows/new-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v5
4343
-
4444
name: Setup .NET SDK
45-
uses: actions/setup-dotnet@v4
45+
uses: actions/setup-dotnet@v5
4646
with:
4747
global-json-file: global.json
4848
-

.github/workflows/qodana_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222
-
2323
name: Setup .NET SDK
24-
uses: actions/setup-dotnet@v4
24+
uses: actions/setup-dotnet@v5
2525
with:
2626
global-json-file: global.json
2727
-

0 commit comments

Comments
 (0)