This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v2-11-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-11-test by this push:
new c4613cb66ac chore(deps): bump actions/setup-node from 4 to 6 (#63101)
c4613cb66ac is described below
commit c4613cb66ac379ade54e8f78e8180514e2f469bc
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 8 15:01:54 2026 +0100
chore(deps): bump actions/setup-node from 4 to 6 (#63101)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to
6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...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/basic-tests.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/basic-tests.yml
b/.github/workflows/basic-tests.yml
index 7c15678764a..7f1f5dc91ad 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -101,7 +101,7 @@ jobs:
- name: "Cleanup docker"
run: ./scripts/ci/cleanup_docker.sh
- name: "Setup node"
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
with:
node-version: 21
- name: "Restore eslint cache (www)"