Skip to content

Commit

Permalink
[github] workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Sep 6, 2024
1 parent 2ed4e7c commit 71f1ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
run: function curl () { command curl --connect-timeout 30 --retry 10 "$@" ; }

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 9

- name: Cache build toolchain
uses: actions/cache@v4
Expand Down

0 comments on commit 71f1ee5

Please sign in to comment.