Skip to content

Commit

Permalink
Merge pull request #4 from frozenbonito/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-dotnet-4

chore(deps): bump actions/setup-dotnet from 3 to 4
  • Loading branch information
frozenbonito authored Dec 24, 2023
2 parents 9634147 + 9886fff commit 94ae399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 5.0.x
- name: Install dotnet-format
Expand Down

0 comments on commit 94ae399

Please sign in to comment.