Skip to content

Commit d9040fa

Browse files
GitHub Actions(deps): Bump actions/setup-java from 1 to 2.3.0 (#41)
* GitHub Actions(deps): Bump actions/setup-java from 1 to 2.3.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.3.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v1...v2.3.0) --- 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 .github/workflows/ci-actions.yml * Update .github/workflows/ci-actions.yml * Update .github/workflows/ci-actions.yml * Update .github/workflows/ci-actions.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos E. Feria Vila <carlosthe19916@gmail.com>
1 parent 31004c5 commit d9040fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci-actions.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
fail-fast: false
2121
steps:
2222
- uses: actions/checkout@v2
23-
- uses: actions/setup-java@v1
23+
- uses: actions/setup-java@v2.3.0
2424
with:
2525
java-version: 11
26+
distribution: temurin
2627
- name: Maven
2728
run: mvn verify $MAVEN_ARGS
2829
env:
@@ -44,9 +45,10 @@ jobs:
4445
runs-on: ubuntu-latest
4546
steps:
4647
- uses: actions/checkout@v2
47-
- uses: actions/setup-java@v1
48+
- uses: actions/setup-java@v2.3.0
4849
with:
4950
java-version: 11
51+
distribution: temurin
5052
- name: Build with Maven
5153
run: mvn package -DskipTests -Dquarkus.package.type=fast-jar
5254
- name: Push to GitHub Packages

0 commit comments

Comments
 (0)