Skip to content

Commit

Permalink
⬆️ Bump actions/setup-java from 4.2.1 to 4.2.2 (#725)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.2.1...v4.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and LVMVRQUXL committed Sep 12, 2024
1 parent 3ca8962 commit 2250753
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout code
uses: actions/[email protected]
- name: Setup Java
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
distribution: ${{ env.JAVA_DISTRIBUTION }}
java-version: ${{ env.JAVA_VERSION }}
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Checkout code
uses: actions/[email protected]
- name: Setup Java
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
distribution: ${{ env.JAVA_DISTRIBUTION }}
java-version: ${{ env.JAVA_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Validate Gradle wrapper
uses: gradle/actions/[email protected]
- name: Setup Java
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
distribution: temurin
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout code
uses: actions/[email protected]
- name: Setup Java
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
distribution: temurin
java-version: 17
Expand Down

0 comments on commit 2250753

Please sign in to comment.