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 8703fe1 Bump actions/setup-node from 3.3.0 to 3.6.0
8703fe1 is described below
commit 8703fe136ae69b8490c34102afcb6ae8a9947d1d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 10 19:45:33 2023 +0000
Bump actions/setup-node from 3.3.0 to 3.6.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from
3.3.0 to 3.6.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.3.0...v3.6.0)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/CI.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index f6596c7..7401f75 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
@@ -105,7 +105,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