Skip to content

Commit

Permalink
Bump actions/setup-java from 2.3.0 to 2.3.1 (#241)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2021
1 parent 7beecbe commit 03d456a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/java_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2.3.4

- name: ☕ Install Java
uses: actions/setup-java@v2.3.0
uses: actions/setup-java@v2.3.1
if: matrix.java != '9'
with:
architecture: x64
Expand All @@ -27,7 +27,7 @@ jobs:
cache: maven

- name: ☕ Install Java 9
uses: actions/setup-java@v2.3.0
uses: actions/setup-java@v2.3.1
if: matrix.java == '9'
with:
architecture: x64
Expand All @@ -54,7 +54,7 @@ jobs:
languages: java

- name: ☕ Install Java
uses: actions/setup-java@v2.3.0
uses: actions/setup-java@v2.3.1
with:
architecture: x64
distribution: temurin
Expand All @@ -81,7 +81,7 @@ jobs:
uses: actions/checkout@v2.3.4

- name: ☕ Install Java
uses: actions/setup-java@v2.3.0
uses: actions/setup-java@v2.3.1
with:
architecture: x64
distribution: temurin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2.3.4

- name: ☕ Install Java
uses: actions/setup-java@v2.3.0
uses: actions/setup-java@v2.3.1
with:
architecture: x64
distribution: temurin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mal_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2.3.4

- name: ☕ Install Java
uses: actions/setup-java@v2.3.0
uses: actions/setup-java@v2.3.1
with:
architecture: x64
distribution: temurin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
passphrase: ${{ secrets.GPG_PASSPHRASE }}

- name: ☕ Install Java
uses: actions/setup-java@v2.3.0
uses: actions/setup-java@v2.3.1
with:
architecture: x64
distribution: temurin
Expand Down

0 comments on commit 03d456a

Please sign in to comment.