File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 steps :
2929 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3030 - uses : actions/checkout@v3
31- - uses : actions/setup-java@v3
31+ - uses : actions/setup-java@v4
3232 with :
3333 distribution : ' temurin'
3434 java-version : ' 17'
6565 steps :
6666 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
6767 - uses : actions/checkout@v3
68- - uses : actions/setup-java@v3
68+ - uses : actions/setup-java@v4
6969 with :
7070 distribution : ' temurin'
7171 java-version : ' 17'
@@ -102,7 +102,7 @@ jobs:
102102 steps :
103103 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
104104 - uses : actions/checkout@v3
105- - uses : actions/setup-java@v3
105+ - uses : actions/setup-java@v4
106106 with :
107107 distribution : ' temurin'
108108 java-version : ' 17'
You can’t perform that action at this time.
0 commit comments