Skip to content

Commit

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

Bump actions/setup-java from 4.0.0 to 4.1.0
  • Loading branch information
GuntherRademacher committed Mar 6, 2024
2 parents 00e8f17 + 7f7974f commit 38aeb2a
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@v4.1.1
- name: Set up JDK 11
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
java-version: 11
distribution: zulu
Expand Down

0 comments on commit 38aeb2a

Please sign in to comment.