This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs-object-store.git
The following commit(s) were added to refs/heads/main by this push:
new c73823f build(deps): bump actions/setup-node from 6 to 7 (#804)
c73823f is described below
commit c73823f9d5b69081325340bea44d95d54f8a919f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 17 16:31:27 2026 -0400
build(deps): bump actions/setup-node from 6 to 7 (#804)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to
7.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 34e25a3..9885130 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -298,7 +298,7 @@ jobs:
run: cargo build --no-default-features --features aws-base --target
wasm32-wasip1
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf
| sh
- - uses: actions/setup-node@v6
+ - uses: actions/setup-node@v7
with:
node-version: 20
- name: Run wasm32-unknown-unknown tests (via Node)