We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ae44a commit e6a5d12Copy full SHA for e6a5d12
.github/actions/run-cypress-tests/action.yaml
@@ -10,7 +10,7 @@ runs:
10
using: "composite"
11
steps:
12
- name: Set up JDK
13
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v4
14
with:
15
# TODO: Parse this from index management plugin
16
java-version: 21
0 commit comments