This is an automated email from the ASF dual-hosted git repository.
shanedell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new e47fb99 Bump actions/setup-node from 4.0.3 to 4.0.4
e47fb99 is described below
commit e47fb9912e268fdc03f65a760ced9c5da67ebc6d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 1 00:09:24 2024 +0000
Bump actions/setup-node from 4.0.3 to 4.0.4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from
4.0.3 to 4.0.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4.0.3...v4.0.4)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/CI.yml | 4 ++--
.github/workflows/nightly.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 2e480b5..914f221 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -69,7 +69,7 @@ jobs:
java-version: ${{ matrix.java_version }}
- name: Install Node.js
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
@@ -156,7 +156,7 @@ jobs:
java-version: ${{ matrix.java_version }}
- name: Install Node.js
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 4780b70..aae2096 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -67,7 +67,7 @@ jobs:
java-version: ${{ matrix.java_version }}
- name: Install Node.js
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}