This is an automated email from the ASF dual-hosted git repository. alsay pushed a commit to branch java17 in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
commit 39c51bac42af5b29c03e0a15127765b5326c5e0f Author: AlexanderSaydakov <[email protected]> AuthorDate: Thu Jan 9 15:21:04 2025 -0800 update setup-java action --- .github/workflows/serde_compat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/serde_compat.yml b/.github/workflows/serde_compat.yml index 687c201..33c3180 100644 --- a/.github/workflows/serde_compat.yml +++ b/.github/workflows/serde_compat.yml @@ -19,7 +19,7 @@ jobs: repository: apache/datasketches-java path: java - name: Setup Java - uses: actions/setup-java@v2 + uses: actions/setup-java@v4 with: java-version: '17' distribution: 'temurin' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
