This is an automated email from the ASF dual-hosted git repository.
Cole-Greer pushed a commit to branch 3.7-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/3.7-dev by this push:
new c6ff4f5203 Bump actions/setup-dotnet from 4 to 6 (#3515)
c6ff4f5203 is described below
commit c6ff4f520392f31e0bbe37f6dfcb4a2ed2764a41
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 16 16:10:33 2026 -0700
Bump actions/setup-dotnet from 4 to 6 (#3515)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from
4 to 6.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v4...v6)
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-version: '6'
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/build-test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 4b20ceff85..e22c666dd4 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -312,7 +312,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Set up .NET 8.0.x
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v6
with:
dotnet-version: '8.0.x'
- name: Get Cached Server Base Image