Skip to content

Commit

Permalink
Merge pull request #13 from richardrigutins/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-dotnet-4

chore(deps): bump actions/setup-dotnet from 3 to 4
  • Loading branch information
richardrigutins authored Dec 4, 2023
2 parents b980858 + 2f486b9 commit d42a701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0 # Checkout all history for GitVersion to be able to calculate the version

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
path: ./packages

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'

Expand Down

0 comments on commit d42a701

Please sign in to comment.