Skip to content

Commit

Permalink
Merge pull request ardalis#52 from ardalis/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-dotnet-3.0.3

Bump actions/setup-dotnet from 2.1.0 to 3.0.3
  • Loading branch information
ardalis authored Apr 20, 2023
2 parents a997f56 + 30d92e6 commit 31357a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-sharedkernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v2.1.0
uses: actions/setup-dotnet@v3.0.3
with:
dotnet-version: 5.0.102
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup dotnet
uses: actions/setup-dotnet@v2.1.0
uses: actions/setup-dotnet@v3.0.3
with:
dotnet-version: 5.0.102

Expand Down

0 comments on commit 31357a7

Please sign in to comment.