This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 6ca1520 build(deps): bump actions/setup-node from 5 to 6 (#469)
6ca1520 is described below
commit 6ca1520b6be2c726d0ae092c9f774090aa4f6c95
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 21 11:06:50 2025 -0500
build(deps): bump actions/setup-node from 5 to 6 (#469)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to
6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
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/pr.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index 7d98130..1303cd7 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v5
- name: Setup Node
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
with:
node-version: 20