Bump actions/checkout from 3.5.0 to 3.5.1 (#124731)

Bump actions/checkout from 3.5.0 to 3.5.1
This commit is contained in:
dependabot[bot] 2023-04-12 23:39:38 +00:00 committed by GitHub
parent 76b30c30a7
commit b95b86f820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.repository == 'flutter/flutter' }}
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- name: ./bin/flutter test --coverage
run: pushd packages/flutter;../../bin/flutter test --coverage -j 1;popd
- name: upload coverage

View File

@ -23,7 +23,7 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
with:
persist-credentials: false