Skip to content

Commit

Permalink
Downgrade checkout action to run within container
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Mar 26, 2024
1 parent 6175f4e commit 18bd0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
target: [x86_64]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
# WARNING: be careful with the ordering - the last version is the
Expand Down

0 comments on commit 18bd0eb

Please sign in to comment.