Skip to content

Commit c783534

Browse files
committed
Update version of setup-java action from 2 to 3
In order to avoid deprecation warnings.
1 parent bfb1ea8 commit c783534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/models_library_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout repository
1111
uses: actions/checkout@v3
1212
- name: Setup Java environment
13-
uses: actions/setup-java@v2
13+
uses: actions/setup-java@v3
1414
with:
1515
java-version: '16'
1616
distribution: 'adopt'

0 commit comments

Comments
 (0)