Skip to content

Commit aabde2f

Browse files
authored
Merge pull request #205 from fsprojects/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
2 parents 349124b + a3d92ba commit aabde2f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.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@v3
17+
uses: actions/setup-dotnet@v4
1818

1919
- name: tool restore
2020
run: dotnet tool restore
@@ -34,7 +34,7 @@ jobs:
3434

3535
# setup dotnet based on global.json
3636
- name: setup-dotnet
37-
uses: actions/setup-dotnet@v3
37+
uses: actions/setup-dotnet@v4
3838

3939
# build it, test it, pack it
4040
- name: Run dotnet build (release)

.github/workflows/main.yaml

Lines changed: 2 additions & 2 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@v3
20+
uses: actions/setup-dotnet@v4
2121
# build it, test it, pack it
2222
- name: Run dotnet build (release)
2323
# see issue #105
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737
# setup dotnet based on global.json
3838
- name: setup-dotnet
39-
uses: actions/setup-dotnet@v3
39+
uses: actions/setup-dotnet@v4
4040
# build it, test it, pack it
4141
- name: Run dotnet test - release
4242
# see issue #105

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
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@v3
20+
uses: actions/setup-dotnet@v4
2121
# build it, test it, pack it, publish it
2222
- name: Run dotnet build (release, for nuget)
2323
# see issue #105

.github/workflows/test.yaml

Lines changed: 2 additions & 2 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@v3
18+
uses: actions/setup-dotnet@v4
1919

2020
# build it, test it
2121
- name: Run dotnet test - release
@@ -45,7 +45,7 @@ jobs:
4545

4646
# setup dotnet based on global.json
4747
- name: setup-dotnet
48-
uses: actions/setup-dotnet@v3
48+
uses: actions/setup-dotnet@v4
4949

5050
# build it, test it
5151
- name: Run dotnet test - debug

0 commit comments

Comments
 (0)