소스 검색
Merge pull request #510 from juliuscanute/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
flutter-beta
Julian Steenbakker
4 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
.github/workflows/dart.yml
|
|
|
@@ -8,7 +8,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/setup-java@v3 |
|
|
|
with: |
|
|
|
distribution: 'temurin' |
|
|
|
|