Skip to content

Commit

Permalink
Revert build-coverage back to actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Nov 14, 2023
1 parent 1cdbd7f commit 5052c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3 # TODO: Upgrade to v4 causes GLIBC failures
uses: actions/checkout@v3 # TODO: Upgrade to @v4 causes GLIBC failures
with:
fetch-depth: 0

Expand All @@ -159,7 +159,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3 # TODO: Upgrade to @v4 causes GLIBC failures
with:
fetch-depth: 0

Expand Down

0 comments on commit 5052c2f

Please sign in to comment.