Unverified Commit afdb2fac authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub

Bump actions/checkout from 3.5.1 to 3.5.2 (#124822)

Bump actions/checkout from 3.5.1 to 3.5.2
parent 5ba9b938
......@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.repository == 'flutter/flutter' }}
steps:
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- name: ./bin/flutter test --coverage
run: pushd packages/flutter;../../bin/flutter test --coverage -j 1;popd
- name: upload coverage
......
......@@ -23,7 +23,7 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
with:
persist-credentials: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment