This is an automated email from the ASF dual-hosted git repository.
alsay pushed a commit to branch setup-java-action
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
The following commit(s) were added to refs/heads/setup-java-action by this push:
new b259334b use checkout v4
b259334b is described below
commit b259334b9a48dd2ac4da5027f13cd48d56451b71
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Tue Oct 15 16:08:40 2024 -0700
use checkout v4
---
.github/workflows/check_cpp_files.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/check_cpp_files.yml
b/.github/workflows/check_cpp_files.yml
index facef11d..b96ed607 100644
--- a/.github/workflows/check_cpp_files.yml
+++ b/.github/workflows/check_cpp_files.yml
@@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Checkout C++
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
repository: apache/datasketches-cpp
path: cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]