Skip to content
This repository has been archived by the owner on Feb 22, 2025. It is now read-only.

Commit

Permalink
Bump actions/setup-dotnet from 3.2.0 to 4.3.0
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.3.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v3.2.0...v4.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent b95de04 commit 5c23471
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/checkout@v3.5.3
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.3.0
with:
dotnet-version: |
2.1.818
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.3.0
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/checkout@v3.5.3
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.3.0
with:
dotnet-version: |
2.1.818
Expand All @@ -205,7 +205,7 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.3.0
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/checkout@v3.5.3
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.3.0
with:
dotnet-version: |
2.1.818
Expand All @@ -280,7 +280,7 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.3.0
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/checkout@v3.5.3
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.3.0
with:
dotnet-version: |
2.1.818
Expand Down Expand Up @@ -391,7 +391,7 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.3.0
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/checkout@v3.5.3
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.3.0
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/checkout@v3.5.3
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.3.0
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/checkout@v3.5.3
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.3.0
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/checkout@v3.5.3

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

Expand Down

0 comments on commit 5c23471

Please sign in to comment.