Skip to content

Commit

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

Bump actions/setup-java from 4.4.0 to 4.5.0
  • Loading branch information
svekar authored Oct 31, 2024
2 parents 22aeb9d + f4735a2 commit 29f7f0c
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@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: '21'
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@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: '21'
distribution: 'zulu'
Expand Down

0 comments on commit 29f7f0c

Please sign in to comment.