Skip to content

Commit

Permalink
Merge pull request #193 from spring-cloud/dependabot/github_actions/m…
Browse files Browse the repository at this point in the history
…ain/actions/setup-java-4

Bump actions/setup-java from 2 to 4
  • Loading branch information
Ryan Baxter authored Jul 16, 2024
2 parents b013bee + e224b19 commit 2e9bf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
Expand Down

0 comments on commit 2e9bf2b

Please sign in to comment.