This is an automated email from the ASF dual-hosted git repository.
mneumann pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 0b268b2872 Bump actions/setup-node from 3 to 4 (#7915)
0b268b2872 is described below
commit 0b268b28722d5f6c70a984424f9b23dfc8f981bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 24 12:33:56 2023 +0200
Bump actions/setup-node from 3 to 4 (#7915)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to
4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-node
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/dev.yml | 2 +-
.github/workflows/rust.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index 15fbbfca0f..1f5088a1e6 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
with:
node-version: "14"
- name: Prettier check
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 49ce70a5c0..55f6cecf54 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -525,7 +525,7 @@ jobs:
uses: ./.github/actions/setup-builder
with:
rust-version: stable
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
with:
node-version: "14"
- name: Check if configs.md has been modified