This is an automated email from the ASF dual-hosted git repository.
RyanSkraba pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new a78a6ca11b Bump actions/setup-node from 6 to 7 (#3883)
a78a6ca11b is described below
commit a78a6ca11ba824221d720aebcdc43470f60cc646
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 26 18:47:38 2026 +0200
Bump actions/setup-node from 6 to 7 (#3883)
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/test-lang-js.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/test-lang-js.yml
b/.github/workflows/test-lang-js.yml
index a86053c5a9..eebea4b2f5 100644
--- a/.github/workflows/test-lang-js.yml
+++ b/.github/workflows/test-lang-js.yml
@@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v7
- name: Setup Node
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
with:
node-version: ${{ matrix.node }}
@@ -78,7 +78,7 @@ jobs:
steps:
- uses: actions/checkout@v7
- name: Setup Node
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
with:
node-version: ${{ matrix.node }}