Skip to content

Commit 7998af8

Browse files
authored
Merge pull request #308 from twcclegg/dependabot/github_actions/actions/setup-dotnet-5
build(deps): bump actions/setup-dotnet from 4 to 5
2 parents fe78307 + 11ff3bc commit 7998af8

5 files changed

Lines changed: 5 additions & 5 deletions

.github/workflows/build_and_run_unit_tests_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v5
1414
- name: Setup .NET
15-
uses: actions/setup-dotnet@v4
15+
uses: actions/setup-dotnet@v5
1616
with:
1717
dotnet-version: 9.x
1818
- name: Add zip files required for running tests

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout repository
3939
uses: actions/checkout@v5
4040
- name: Setup .NET
41-
uses: actions/setup-dotnet@v4
41+
uses: actions/setup-dotnet@v5
4242
with:
4343
dotnet-version: 9.x
4444
- name: Initialize CodeQL

.github/workflows/create_new_release_on_new_metadata_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515
- name: Setup .NET
16-
uses: actions/setup-dotnet@v4
16+
uses: actions/setup-dotnet@v5
1717
with:
1818
dotnet-version: 9.x
1919
- name: Get new metadata information and create new GitHub release

.github/workflows/run_all_tests_and_upload_code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515
- name: Setup .NET
16-
uses: actions/setup-dotnet@v4
16+
uses: actions/setup-dotnet@v5
1717
with:
1818
dotnet-version: 9.x
1919
- name: Add zip files required for running tests

.github/workflows/run_performance_tests_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515
- name: Setup .NET
16-
uses: actions/setup-dotnet@v4
16+
uses: actions/setup-dotnet@v5
1717
with:
1818
dotnet-version: 9.x
1919
- name: Run performance tests

0 commit comments

Comments
 (0)