Skip to content

Commit b95b86f

Browse files
Bump actions/checkout from 3.5.0 to 3.5.1 (#124731)
Bump actions/checkout from 3.5.0 to 3.5.1
1 parent 76b30c3 commit b95b86f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
if: ${{ github.repository == 'flutter/flutter' }}
2323
steps:
24-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
24+
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
2525
- name: ./bin/flutter test --coverage
2626
run: pushd packages/flutter;../../bin/flutter test --coverage -j 1;popd
2727
- name: upload coverage

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: "Checkout code"
26-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
26+
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
2727
with:
2828
persist-credentials: false
2929

0 commit comments

Comments
 (0)