Skip to content

Commit f239498

Browse files
build(deps): bump actions/setup-dotnet from 3 to 4 (#227)
1 parent b3a7618 commit f239498

3 files changed

+3
-3
lines changed

.github/workflows/build_and_run_unit_tests_linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v3
17+
uses: actions/setup-dotnet@v4
1818
with:
1919
dotnet-version: 8.x
2020
- name: Add zip files required for running tests

.github/workflows/build_and_run_unit_tests_windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v3
17+
uses: actions/setup-dotnet@v4
1818
with:
1919
dotnet-version: 8.x
2020
- name: Add zip files required for running tests

.github/workflows/create_new_release_on_new_metadata_update.yml

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

0 commit comments

Comments
 (0)