Skip to content

Commit

Permalink
Merge pull request #148 from vtraag/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Chore(deps): Bump actions/checkout from 3 to 4
  • Loading branch information
vtraag authored Sep 11, 2023
2 parents 918eebf + 218bf81 commit a28fe21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
wheel_arch: [x86_64, i686]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
name: Build wheels on Linux (aarch64)
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
wheel_arch: arm64

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
wheel_arch: win_amd64

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
name: Build sdist
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
Expand Down

0 comments on commit a28fe21

Please sign in to comment.