Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 4.0.1 to 4.1.0 in the actions group
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update: [actions/setup-dotnet](https://github.com/actions/setup-dotnet).


Updates `actions/setup-dotnet` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v4.0.1...v4.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 6e8da38 commit 7a1b646
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- id: gitversion
uses: gittools/actions/gitversion/[email protected]

- uses: actions/setup-dotnet@v4.0.1
- uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: 6.0.x

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
name: nugets

- name: setup dotnet
uses: actions/setup-dotnet@v4.0.1
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: 6.0.x
source-url: https://nuget.pkg.github.com/linked-data-dotnet/index.json
Expand All @@ -103,7 +103,7 @@ jobs:
with:
name: nugets

- uses: actions/setup-dotnet@v4.0.1
- uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: 6.0.x
source-url: https://api.nuget.org/v3/index.json
Expand Down

0 comments on commit 7a1b646

Please sign in to comment.