This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a commit to branch healthchkfix
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/healthchkfix by this push:
new bc6810d1cc Uses newer GHA for .NET to avoid node 20 which EOL CTR
bc6810d1cc is described below
commit bc6810d1cc7321d1abc93b631f37b663a6b06fcd
Author: Stephen Mallette <[email protected]>
AuthorDate: Wed Mar 25 20:29:20 2026 +0000
Uses newer GHA for .NET to avoid node 20 which EOL CTR
---
.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 94442ee02e..b6e879dbc5 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -308,7 +308,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Set up .NET 8.0.x
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
with:
dotnet-version: '8.0.x'
- name: Get Cached Server Base Image