Skip to content

Commit

Permalink
Merge pull request #299 from linked-data-dotnet/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/main/actions-18190d55f2

Bump actions/setup-dotnet from 4.0.1 to 4.1.0 in the actions group
  • Loading branch information
asbjornu authored Nov 1, 2024
2 parents 6e8da38 + 7a1b646 commit e4725ec
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 e4725ec

Please sign in to comment.