Skip to content

Commit

Permalink
Merge pull request #80 from workshops-de/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
BjoernKW authored Dec 3, 2023
2 parents 9c39199 + d3cde44 commit 5b49e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
Expand Down

0 comments on commit 5b49e48

Please sign in to comment.