Skip to content

Commit

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

Bump actions/setup-dotnet from 4.0.0 to 4.0.1
  • Loading branch information
asbjornu authored Aug 3, 2024
2 parents 9238aa2 + 2dbfb9c commit 69ae698
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/[email protected].0
- uses: actions/[email protected].1
with:
dotnet-version: 6.0.x

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

- name: setup dotnet
uses: actions/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
- uses: actions/[email protected].1
with:
dotnet-version: 6.0.x
source-url: https://api.nuget.org/v3/index.json
Expand Down

0 comments on commit 69ae698

Please sign in to comment.