Skip to content

Commit 0c68ed1

Browse files
Bump actions/setup-java from 1 to 3 (#30)
* Bump actions/setup-java from 1 to 3 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v1...v3) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update ant.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dr Ian Preston <ianopolous@protonmail.com>
1 parent 07455ad commit 0c68ed1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ant.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Set up JDK 11
13-
uses: actions/setup-java@v1
13+
uses: actions/setup-java@v3
1414
with:
15+
distribution: temurin
1516
java-version: 11
1617
- name: Build with Ant
1718
run: ant -noinput -buildfile build.xml dist

0 commit comments

Comments
 (0)