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 04b6ab7 Bump actions/setup-java from 4.6.0 to 4.7.0
04b6ab7 is described below
commit 04b6ab724cb9c2d851f2373ea1db04b5927dc2ac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 1 00:48:54 2025 +0000
Bump actions/setup-java from 4.6.0 to 4.7.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
4.6.0 to 4.7.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v4.6.0...v4.7.0)
---
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 31c1c1a..c5176b0 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 96a441f..1b7ca97 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -51,7 +51,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 }}