This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 97fb98fe8 Bump actions/setup-dotnet from 3 to 4 (#2630)
97fb98fe8 is described below
commit 97fb98fe831742e7849fbbf717a0660388ac1c44
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 11 09:05:27 2023 +0200
Bump actions/setup-dotnet from 3 to 4 (#2630)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from
3 to 4.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/codeql-csharp-analysis.yml | 2 +-
.github/workflows/test-lang-csharp.yml | 4 ++--
.github/workflows/test-lang-java.yml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/codeql-csharp-analysis.yml
b/.github/workflows/codeql-csharp-analysis.yml
index 9faeb0472..a75c08545 100644
--- a/.github/workflows/codeql-csharp-analysis.yml
+++ b/.github/workflows/codeql-csharp-analysis.yml
@@ -61,7 +61,7 @@ jobs:
# Install .NET SDKs
- name: Install .NET SDKs
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
with:
dotnet-version: |
3.1.x
diff --git a/.github/workflows/test-lang-csharp.yml
b/.github/workflows/test-lang-csharp.yml
index 27e327171..91ece1168 100644
--- a/.github/workflows/test-lang-csharp.yml
+++ b/.github/workflows/test-lang-csharp.yml
@@ -43,7 +43,7 @@ jobs:
run: sudo apt-get install -y libzstd-dev
- name: Install .NET SDKs
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
with:
dotnet-version: |
3.1.x
@@ -75,7 +75,7 @@ jobs:
run: sudo apt-get install -y libzstd-dev
- name: Install .NET SDKs
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
with:
dotnet-version: |
3.1.x
diff --git a/.github/workflows/test-lang-java.yml
b/.github/workflows/test-lang-java.yml
index 91699f482..43d18f127 100644
--- a/.github/workflows/test-lang-java.yml
+++ b/.github/workflows/test-lang-java.yml
@@ -112,7 +112,7 @@ jobs:
python3 -m pip install python-snappy zstandard
- name: Setup C# for Generating Interop Data
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
with:
dotnet-version: |
3.1.x