Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- runner: ubuntu-latest
target: ppc64le
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# Initialize Ruff submodule
submodules: recursive
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- runner: ubuntu-latest
target: armv7
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# Initialize Ruff submodule
submodules: recursive
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- runner: windows-latest
target: x86
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# Initialize Ruff submodule
submodules: recursive
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- runner: macos-latest
target: aarch64
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# Initialize Ruff submodule
submodules: recursive
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
sdist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# Initialize Ruff submodule
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# Initialize Ruff submodule
submodules: recursive
Expand Down