Skip to content

Commit

Permalink
Bump dontet version in Actions to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
sbergen committed May 25, 2024
1 parent 93744ba commit 718df81
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6'
dotnet-version: '8'

- uses: testspace-com/setup-testspace@v1
with:
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6'
dotnet-version: '8'

- name: dotnet restore
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/releasables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6'
dotnet-version: '8'

- name: Build nupkg
run: dotnet pack src --output nupkg
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6'
dotnet-version: '8'

- name: Download Docs
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-responsible-gherkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6'
dotnet-version: '8'

- name: Build NuGet package
run: dotnet pack src --output nupkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stryker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6'
dotnet-version: '8'

- name: dotnet restore
run: |
Expand Down

0 comments on commit 718df81

Please sign in to comment.