Skip to content

Commit

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

build(deps): bump actions/setup-dotnet from 3 to 4
  • Loading branch information
DorielRivalet authored Feb 13, 2024
2 parents 07d1cea + 1f9a673 commit 90fbcb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: "6.0.x"

Expand Down

0 comments on commit 90fbcb3

Please sign in to comment.