Skip to content

Commit

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

---
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 Jul 12, 2024
1 parent b95de04 commit 71159cc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: ${{ runner.os == 'Windows' }}
run: git config --system core.longpaths true
- uses: actions/[email protected]
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: |
2.1.818
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/[email protected]
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: |
2.1.818
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
if: ${{ runner.os == 'Windows' }}
run: git config --system core.longpaths true
- uses: actions/[email protected]
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: |
2.1.818
Expand All @@ -205,7 +205,7 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/[email protected]
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: |
2.1.818
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
if: ${{ runner.os == 'Windows' }}
run: git config --system core.longpaths true
- uses: actions/[email protected]
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: |
2.1.818
Expand All @@ -280,7 +280,7 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/[email protected]
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: |
2.1.818
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
if: ${{ runner.os == 'Windows' }}
run: git config --system core.longpaths true
- uses: actions/[email protected]
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: |
2.1.818
Expand Down Expand Up @@ -391,7 +391,7 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/[email protected]
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: |
2.1.818
Expand Down Expand Up @@ -466,7 +466,7 @@ jobs:
if: ${{ runner.os == 'Windows' }}
run: git config --system core.longpaths true
- uses: actions/[email protected]
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: |
2.1.818
Expand Down Expand Up @@ -517,7 +517,7 @@ jobs:
if: ${{ runner.os == 'Windows' }}
run: git config --system core.longpaths true
- uses: actions/[email protected]
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: |
2.1.818
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- run: git config --system core.longpaths true
- uses: actions/[email protected]
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: |
2.1.818
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]

- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: '8.0.200'

Expand Down

0 comments on commit 71159cc

Please sign in to comment.