This is an automated email from the ASF dual-hosted git repository. alsay pushed a commit to branch update_action_checkout in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
commit fa62b1d2a898b222428780ed3aa962d684e815b1 Author: AlexanderSaydakov <[email protected]> AuthorDate: Tue Jun 18 18:21:06 2024 -0700 updated action/checkout to v4 --- .github/workflows/build_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index a7cd6b7..aee7ec3 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true persist-credentials: false --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
