Skip to content

Commit

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

Bump actions/setup-dotnet from 1 to 2.1.0
  • Loading branch information
ardalis authored Jun 21, 2022
2 parents 5b9ade6 + 1041bdc commit 6e2eb2a
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@v1
uses: actions/setup-dotnet@v2.1.0
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@v1
uses: actions/setup-dotnet@v2.1.0
with:
dotnet-version: 5.0.102

Expand Down

0 comments on commit 6e2eb2a

Please sign in to comment.