Skip to content

Commit 9b81407

Browse files
authored
Merge pull request #52 from marthijn/dependabot/github_actions/actions/setup-dotnet-5
2 parents 36a222a + eedb7e5 commit 9b81407

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
distribution: 'microsoft'
3030
java-version: '17'
3131
- name: Setup dotnet 8.x
32-
uses: actions/setup-dotnet@v4
32+
uses: actions/setup-dotnet@v5
3333
with:
3434
dotnet-version: 8.x
3535
- name: Setup dotnet 9.x
36-
uses: actions/setup-dotnet@v4
36+
uses: actions/setup-dotnet@v5
3737
with:
3838
dotnet-version: 9.x
3939
- name: Install dotnet-sonarscanner

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v5
2626
- name: Setup dotnet 8.x
27-
uses: actions/setup-dotnet@v4
27+
uses: actions/setup-dotnet@v5
2828
with:
2929
dotnet-version: 8.x
3030
- name: Setup dotnet 9.x
31-
uses: actions/setup-dotnet@v4
31+
uses: actions/setup-dotnet@v5
3232
with:
3333
dotnet-version: 9.x
3434
- name: Set RELEASE_VERSION variable from tag

0 commit comments

Comments
 (0)