Skip to content

Commit

Permalink
Merge pull request #181 from livk-cloud/renovate/actions-setup-java-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
livk-cloud authored Feb 28, 2024
2 parents 721cc5f + 254fc6a commit 5ccbd93
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fetch-depth: 2

- name: Set up JDK
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: temurin
java-version: 21
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

- uses: actions/[email protected]
- name: Set up JDK 21
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
java-version: 21
distribution: 'temurin'
Expand Down

0 comments on commit 5ccbd93

Please sign in to comment.