Skip to content

Commit 49ae9a1

Browse files
GitHub Actions: update actions/setup-java [v2 -> v3]
1 parent 347893f commit 49ae9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
flutter-version: ${{ matrix.flutter-version }}
109109
cache: true
110110
# macos-11 and windows-2019/2022 default to Java 8, but Android Plugin requires 11.
111-
- uses: actions/setup-java@v2
111+
- uses: actions/setup-java@v3
112112
with:
113113
distribution: 'temurin'
114114
java-version: '11'

0 commit comments

Comments
 (0)