Skip to content

Commit

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

Bump actions/setup-dotnet from 4.0.1 to 4.1.0
  • Loading branch information
ardalis authored Oct 28, 2024
2 parents 231aacc + 1ce0da4 commit 468845d
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@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4.0.1
uses: actions/setup-dotnet@v4.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@v4

- name: Setup dotnet
uses: actions/setup-dotnet@v4.0.1
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: 5.0.102

Expand Down

0 comments on commit 468845d

Please sign in to comment.