Browse Source
Merge pull request #504 from juliuscanute/dependabot/github_actions/actions/setup-java-3
Bump actions/setup-java from 2.5.0 to 3
flutter-beta
Julian Steenbakker
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/dart.yml
|
|
|
@@ -9,7 +9,7 @@ jobs: |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/setup-java@v2.5.0 |
|
|
|
- uses: actions/setup-java@v3 |
|
|
|
with: |
|
|
|
distribution: 'temurin' |
|
|
|
java-version: '11' |
|
|
|
|