Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent d8dc99e commit 8f4e505
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ jobs:
runs-on: ${{ matrix.job.os }}
steps:
- name: Setup netcoreapp3.1
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: "3.1.426"
- name: Setup net5.0
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: "5.0.408"
- name: Setup net6.0
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: "6.0.404"
- name: Setup net7.0
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: "7.0.101"
- name: Run dotnet --info
Expand Down

0 comments on commit 8f4e505

Please sign in to comment.