Skip to content

Commit 3fdb0d0

Browse files
Update actions/setup-java action to v4
1 parent 5e4aee7 commit 3fdb0d0

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)