Skip to content

Commit

Permalink
bump github action/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnewton committed Apr 23, 2024
1 parent fd947b3 commit 2a6aa36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crossbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: false

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0${{ ( matrix.env.OS != 'centos7' ) && '1' }}

Expand Down

0 comments on commit 2a6aa36

Please sign in to comment.