File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 24
24
- name : Set up JDK
25
25
uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
26
26
with :
27
- java-version : 17 .x
27
+ java-version : 11 .x
28
28
distribution : temurin
29
29
- name : Build API with Maven
30
30
run : (cd functions-framework-api/ && mvn install)
43
43
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
44
44
45
45
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # v2 minimum required
46
+ - name : Set up JDK
47
+ uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
48
+ with :
49
+ java-version : 17.x
50
+ distribution : temurin
46
51
- name : Run formatter
47
52
id : formatter
48
53
uses : axel-op/googlejavaformat-action@dbff853fb823671ec5781365233bf86543b13215 # v3
You can’t perform that action at this time.
0 commit comments