Skip to content

Commit aa280a1

Browse files
authored
Merge pull request #22 from hoc081098/renovate/actions-setup-java-3.x
Update actions/setup-java action to v3
2 parents 38a8a59 + 9576c49 commit aa280a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919

20-
- uses: actions/setup-java@v2
20+
- uses: actions/setup-java@v3
2121
with:
2222
distribution: 'zulu'
2323
java-version: '11'

0 commit comments

Comments
 (0)