Skip to content

Commit c143a59

Browse files
authored
Merge pull request #84 from JohT/renovate/actions-setup-java-4.x
Update actions/setup-java action to v4
2 parents 5e4aee7 + 3fdb0d0 commit c143a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-structure-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }}
6060

6161
- name: Setup Java JDK ${{ matrix.java }}
62-
uses: actions/setup-java@v3
62+
uses: actions/setup-java@v4
6363
with:
6464
distribution: 'adopt'
6565
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)