Skip to content

Commit

Permalink
chore(deps): bump actions/setup-java from 4.2.2 to 4.3.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.2.2...v4.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ArloL committed Sep 11, 2024
1 parent e140304 commit af6f2cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/[email protected]
- uses: actions/setup-java@v4.2.2
- uses: actions/setup-java@v4.3.0
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: temurin
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
BUILD_TIMESTAMP: ${{ needs.version.outputs.build_timestamp }}
steps:
- uses: actions/[email protected]
- uses: actions/setup-java@v4.2.2
- uses: actions/setup-java@v4.3.0
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: temurin
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
BUILD_TIMESTAMP: ${{ needs.version.outputs.build_timestamp }}
steps:
- uses: actions/[email protected]
- uses: actions/setup-java@v4.2.2
- uses: actions/setup-java@v4.3.0
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: temurin
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
BUILD_TIMESTAMP: ${{ needs.version.outputs.build_timestamp }}
steps:
- uses: actions/[email protected]
- uses: actions/setup-java@v4.2.2
- uses: actions/setup-java@v4.3.0
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: temurin
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
packages: write
steps:
- uses: actions/[email protected]
- uses: actions/setup-java@v4.2.2
- uses: actions/setup-java@v4.3.0
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: temurin
Expand Down

0 comments on commit af6f2cc

Please sign in to comment.