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
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
lfs: true

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
code-quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Set up Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
needs: code-quality
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true

Expand All @@ -83,7 +83,7 @@ jobs:
outputs:
tasks: ${{ steps.discover.outputs.tasks }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Discover tasks with tests
id: discover
Expand All @@ -107,7 +107,7 @@ jobs:
task: ${{ fromJson(needs.discover-tasks.outputs.tasks) }}

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true

Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
outputs:
tasks: ${{ steps.discover.outputs.tasks }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Discover tasks with env.py (excluding those requiring special setup)
id: discover
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
task: ${{ fromJson(needs.discover-env-tasks.outputs.tasks) }}

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true

Expand Down
Loading