Browse Source

Bump actions/setup-java from 2.5.0 to 3

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.5.0 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2.5.0...v3)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
flutter-beta
dependabot[bot] 4 years ago
committed by GitHub
parent
commit
0cf9c72f16
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/dart.yml

+ 1
- 1
.github/workflows/dart.yml View File

@@ -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'


Loading…
Cancel
Save