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...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 Mar 1, 2024
1 parent cada941 commit 6849034
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6849034

Please sign in to comment.