Skip to content

Commit

Permalink
CI: Update actions/checkout version
Browse files Browse the repository at this point in the history
* Disable showing progress while chekcing out.
* Enable shallow clone.
  • Loading branch information
Biswa96 committed Nov 22, 2023
1 parent 32dd123 commit 210132a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1
show-progress: false
- name: Build
run: |
docker build . -t wslbridge2
Expand All @@ -26,9 +27,10 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1
show-progress: false
- name: Update
uses: msys2/setup-msys2@v2
with:
Expand Down

0 comments on commit 210132a

Please sign in to comment.