Skip to content

Commit

Permalink
Merge pull request #32 from GuntherRademacher/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-java-4.0.0

Bump actions/setup-java from 3.10.0 to 4.0.0
  • Loading branch information
GuntherRademacher committed Feb 8, 2024
2 parents d659eb2 + 5abad86 commit dc97e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3.3.0
- name: Set up JDK 11
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v4.0.0
with:
java-version: 11
distribution: zulu
Expand Down

0 comments on commit dc97e7c

Please sign in to comment.