Skip to content

Commit

Permalink
Merge pull request #205 from fsprojects/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
abelbraaksma authored Dec 11, 2023
2 parents 349124b + a3d92ba commit aabde2f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0

- name: setup-dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4

- name: tool restore
run: dotnet tool restore
Expand All @@ -34,7 +34,7 @@ jobs:

# setup dotnet based on global.json
- name: setup-dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4

# build it, test it, pack it
- name: Run dotnet build (release)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
# setup dotnet based on global.json
- name: setup-dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
# build it, test it, pack it
- name: Run dotnet build (release)
# see issue #105
Expand All @@ -36,7 +36,7 @@ jobs:
fetch-depth: 0
# setup dotnet based on global.json
- name: setup-dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
# build it, test it, pack it
- name: Run dotnet test - release
# see issue #105
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
# setup dotnet based on global.json
- name: setup-dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
# build it, test it, pack it, publish it
- name: Run dotnet build (release, for nuget)
# see issue #105
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

# setup dotnet based on global.json
- name: setup-dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4

# build it, test it
- name: Run dotnet test - release
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

# setup dotnet based on global.json
- name: setup-dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4

# build it, test it
- name: Run dotnet test - debug
Expand Down

0 comments on commit aabde2f

Please sign in to comment.