Skip to content

Commit 29c0261

Browse files
committed
Upgrading actions to v4 for setup-java
1 parent 51fafdd commit 29c0261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
coverage: none
3333

3434
- name: Setup Java
35-
uses: actions/setup-java@v3
35+
uses: actions/setup-java@v4
3636
with:
3737
distribution: 'temurin'
3838
java-version: '11'

0 commit comments

Comments
 (0)