Skip to content

Commit c584ac6

Browse files
committed
java distro change due to cloudflare outage
1 parent 9270a8a commit c584ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightlydepolyci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
fetch-depth: 0
1818

1919
# Step 2: Setup Java with version 17.x
20-
- name: Setup Java
21-
uses: actions/setup-java@v1
20+
- uses: actions/setup-java@v4
2221
with:
22+
distribution: "temurin"
2323
java-version: "17.x"
2424

2525
# Step 3: Setup Flutter with version 3.29.2

0 commit comments

Comments
 (0)