Skip to content

Commit

Permalink
Bump actions/setup-java from 2.4.0 to 2.5.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v2.4.0...v2.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and LeSuisse committed Dec 21, 2021
1 parent 735853d commit 1c03c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Archive_Plugin_Artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2.4.0
- uses: actions/setup-java@v2.4.0
- uses: actions/setup-java@v2.5.0
with:
distribution: 'adopt'
java-version: '8'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2.4.0
- uses: actions/setup-java@v2.4.0
- uses: actions/setup-java@v2.5.0
with:
distribution: 'adopt'
java-version: '8'
Expand Down

0 comments on commit 1c03c27

Please sign in to comment.