Bump actions/checkout from 3.4.0 to 3.5.0 (flutter/engine#40662)

Bump actions/checkout from 3.4.0 to 3.5.0
This commit is contained in:
dependabot[bot] 2023-03-27 09:47:23 +00:00 committed by GitHub
parent 24b8370877
commit 8ca44c985b
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
if: ${{ github.repository == 'flutter/engine' }}
steps:
- name: "Checkout code"
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
with:
persist-credentials: false
- name: "setup python"
@ -38,7 +38,7 @@ jobs:
id-token: write
steps:
- name: "Checkout code"
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
with:
persist-credentials: false
- name: "Run analysis"

View File

@ -22,7 +22,7 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
with:
persist-credentials: false