This is an automated email from the ASF dual-hosted git repository.
davin 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 8c70937 Bump actions/setup-node from 3.8.1 to 4.0.0
8c70937 is described below
commit 8c70937f6badc8b0e8eec5b4d34d3657e0676a32
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 15 14:14:56 2023 +0000
Bump actions/setup-node from 3.8.1 to 4.0.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from
3.8.1 to 4.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.8.1...v4.0.0)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
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 225e581..c857268 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -51,7 +51,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Setup Node 16
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
node-version: '16'
- name: Setup Java 8
@@ -106,7 +106,7 @@ jobs:
java-version: 8
- uses: actions/[email protected]
- name: Install Node.js
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
node-version: ${{ matrix.node}}
- run: $SBT compile # used to initialize sbt, if not done sbt
universal:packageBin ran by yarn package times out -- windows only
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index abb767e..ea1d08f 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -45,7 +45,7 @@ jobs:
java-version: 8
- uses: actions/[email protected]
- name: Install Node.js
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- run: $SBT compile # used to initialize sbt, if not done sbt
universal:packageBin ran by yarn package times out -- windows only