This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/github_actions/actions/checkout-7
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
discard 3b5cf7e3 chore: bump actions/checkout from 6 to 7
add 72076b35 chore: Fix flatcc linking for non-bundled case (#894)
add a5d7011f chore: bump actions/cache from 5 to 6 (#897)
add 6d99dbfd chore(ci): Trust the gemfury client when brewing (#903)
add 960122fe fix: Ensure metal device's align buffers exports aligned
buffer pointers correctly (#904)
add 9c99d568 chore: bump docker/login-action from 4.2.0 to 4.4.0 (#901)
add a075398a chore(ci): Improve compatibility between nanoarrow and arrow
Meson builds (#905)
add 64e60ae4 chore: bump docker/setup-buildx-action from 4.1.0 to 4.2.0
(#900)
add 19a22f5a chore: bump actions/checkout from 6 to 7
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3b5cf7e3)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/checkout-7 (19a22f5a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/build-and-test-device.yaml | 2 +-
.github/workflows/build-and-test-ipc.yaml | 2 +-
.github/workflows/build-and-test.yaml | 29 ++++++++++++++++++++--
.github/workflows/clang-tidy.yaml | 2 +-
.github/workflows/dev.yaml | 2 +-
.github/workflows/docker-build.yaml | 6 ++---
.github/workflows/python-wheels.yaml | 1 +
.github/workflows/r-check.yaml | 2 +-
.github/workflows/verify.yaml | 2 +-
CMakeLists.txt | 8 ++++--
ci/scripts/build-with-meson.sh | 3 ++-
meson.build | 17 +++++++------
src/nanoarrow/device/metal.cc | 3 +--
src/nanoarrow/device/metal_test.cc | 2 +-
.../{google-benchmark.wrap => arrow-cpp.wrap} | 22 ++++++++--------
15 files changed, 67 insertions(+), 36 deletions(-)
copy subprojects/{google-benchmark.wrap => arrow-cpp.wrap} (58%)