Skip to content

Commit

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

Bump actions/setup-dotnet from 4.1.0 to 4.2.0 in the actions group
  • Loading branch information
asbjornu authored Jan 2, 2025
2 parents ebfa9fe + a22d3a1 commit 993df91
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.1.0
- uses: actions/setup-dotnet@v4.2.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.1.0
uses: actions/setup-dotnet@v4.2.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.1.0
- uses: actions/setup-dotnet@v4.2.0
with:
dotnet-version: 6.0.x
source-url: https://api.nuget.org/v3/index.json
Expand Down

0 comments on commit 993df91

Please sign in to comment.