Skip to content

Commit 4b0932e

Browse files
authored
Update build-workload.yml
1 parent 743d813 commit 4b0932e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-workload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
if: ${{ github.ref == 'refs/heads/main' }}
4646
steps:
4747
- name: Setup .NET
48-
uses: actions/setup-dotnet@v1
48+
uses: actions/setup-dotnet@v5
4949
with:
50-
dotnet-version: 5.0.x
50+
dotnet-version: 8.0.x
5151

5252
- name: Install libssl1.1
5353
run: |

0 commit comments

Comments
 (0)