update action checkout

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-04-04 03:07:27 +05:30
committed by xsahil03x
parent 4be55961e8
commit cbc8eeddd8
4 changed files with 10 additions and 10 deletions
@@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Git Checkout"
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "Install Flutter"
@@ -50,7 +50,7 @@ jobs:
timeout-minutes: 15
steps:
- name: "Git Checkout"
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "Install Flutter"
@@ -70,12 +70,12 @@ jobs:
./.github/workflows/scripts/validate-formatting.sh
test:
runs-on: macos-latest
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
timeout-minutes: 30
steps:
- name: "Git Checkout"
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "Install Flutter"