Skip to content

Commit

Permalink
Merge pull request #122 from svekar/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-java-4.2.1

Bump actions/setup-java from 3.12.0 to 4.2.1
  • Loading branch information
svekar authored Jun 2, 2024
2 parents 631ce94 + 88ca8c2 commit 109644b
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v4.2.1
with:
java-version: '19'
distribution: 'zulu'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v4.2.1
with:
java-version: '19'
distribution: 'zulu'
Expand Down

0 comments on commit 109644b

Please sign in to comment.