Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/setup-java action to v4
Browse files Browse the repository at this point in the history
renovate[bot] authored Dec 26, 2023
1 parent dfa0ac1 commit 3aef449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v4

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

0 comments on commit 3aef449

Please sign in to comment.