Skip to content

Commit e6a5d12

Browse files
committed
Updated actions/setup-java
Signed-off-by: Vaibhav Agarwal <[email protected]>
1 parent 29ae44a commit e6a5d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/run-cypress-tests/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
using: "composite"
1111
steps:
1212
- name: Set up JDK
13-
uses: actions/setup-java@v1
13+
uses: actions/setup-java@v4
1414
with:
1515
# TODO: Parse this from index management plugin
1616
java-version: 21

0 commit comments

Comments
 (0)