Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump actions/setup-java from 4.0.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.0.0...v4.1.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 Feb 29, 2024
1 parent 0defd1f commit 8e5bcc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/[email protected]
- uses: actions/setup-java@v4.0.0
- uses: actions/setup-java@v4.1.0
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: temurin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
packages: write
steps:
- uses: actions/[email protected]
- uses: actions/setup-java@v4.0.0
- uses: actions/setup-java@v4.1.0
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: temurin
Expand Down

0 comments on commit 8e5bcc0

Please sign in to comment.