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 dc48421 Bump actions/setup-java from 4.0.0 to 4.2.1
dc48421 is described below
commit dc48421c4bf9e9376439581764fe22d3aa3bd243
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 1 00:50:42 2024 +0000
Bump actions/setup-java from 4.0.0 to 4.2.1
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
4.0.0 to 4.2.1.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v4.0.0...v4.2.1)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/CI.yml | 6 +++---
.github/workflows/nightly.yml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 3ffce19..6262d7b 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -63,7 +63,7 @@ jobs:
uses: actions/[email protected]
- name: Setup Java
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
distribution: ${{ matrix.java_distribution }}
java-version: ${{ matrix.java_version }}
@@ -113,7 +113,7 @@ jobs:
fetch-depth: 0
- name: Setup Java
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
distribution: ${{ matrix.java_distribution }}
java-version: ${{ matrix.java_version }}
@@ -150,7 +150,7 @@ jobs:
uses: actions/[email protected]
- name: Setup Java
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
distribution: ${{ matrix.java_distribution }}
java-version: ${{ matrix.java_version }}
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 388def3..436d266 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -47,7 +47,7 @@ jobs:
uses: actions/[email protected]
- name: Setup Java
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
distribution: ${{ matrix.java_distribution }}
java-version: ${{ matrix.java_version }}