Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent 349124b commit a3d92ba
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 a3d92ba

Please sign in to comment.