Skip to content

Commit

Permalink
Merge pull request #71 from Lyt99/feature/version
Browse files Browse the repository at this point in the history
upgrade ci checkout to v3 & add fetch-depth: 0
  • Loading branch information
BSWANG authored Jul 19, 2023
2 parents c71c4a7 + 4c72e50 commit e026cd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
build-skoop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v1

Expand Down

0 comments on commit e026cd5

Please sign in to comment.