Skip to content

Commit

Permalink
gh-actions - bump setup-dotnet and dotnet-version
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierpinho committed Jan 24, 2025
1 parent 77091f6 commit f7f3f4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
with:
fetch-depth: '0'
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.x'
dotnet-version: '8.x'
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
with:
fetch-depth: '0'
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.x'
dotnet-version: '8.x'
- name: Get next release version (dry run)
id: taggerDryRun
uses: anothrNick/[email protected]
Expand Down

0 comments on commit f7f3f4f

Please sign in to comment.