Skip to content

Commit 405dfab

Browse files
Bump actions/setup-dotnet from 4 to 5 (#3483)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5324cb0 commit 405dfab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-csharp-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
# Install .NET SDKs
6363
- name: Install .NET SDKs
64-
uses: actions/setup-dotnet@v4
64+
uses: actions/setup-dotnet@v5
6565
with:
6666
dotnet-version: |
6767
6.0.x

.github/workflows/test-lang-csharp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: sudo apt-get install -y libzstd-dev
4949

5050
- name: Install .NET SDKs
51-
uses: actions/setup-dotnet@v4
51+
uses: actions/setup-dotnet@v5
5252
with:
5353
dotnet-version: |
5454
6.0.x
@@ -83,7 +83,7 @@ jobs:
8383
run: sudo apt-get install -y libzstd-dev
8484

8585
- name: Install .NET SDKs
86-
uses: actions/setup-dotnet@v4
86+
uses: actions/setup-dotnet@v5
8787
with:
8888
dotnet-version: |
8989
6.0.x

.github/workflows/test-lang-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
python3 -m pip install --break-system-packages python-snappy zstandard
140140
141141
- name: 'Setup C# for Generating Interop Data'
142-
uses: actions/setup-dotnet@v4
142+
uses: actions/setup-dotnet@v5
143143
with:
144144
dotnet-version: |
145145
6.0.x

0 commit comments

Comments
 (0)