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
12 changes: 6 additions & 6 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v6.0.1
- name: 🏗 Set up uv
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Expand All @@ -40,7 +40,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v6.0.1
- name: 🏗 Set up uv
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Expand All @@ -62,7 +62,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v6.0.1
- name: 🏗 Set up uv
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v6.0.1
- name: 🏗 Set up uv
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Expand All @@ -126,7 +126,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v6.0.1
- name: 🏗 Set up uv
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Expand All @@ -146,7 +146,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v6.0.1
- name: 🏗 Set up uv
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v6.0.1
- name: 🏗 Set up uv
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v6.0.1
- name: 🏗 Set up uv
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: 🏗 Set up Python ${{ matrix.python }}
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: ⬇️ Download coverage data
uses: actions/download-artifact@v6.0.0
- name: 🏗 Set up uv
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v6.0.1
- name: 🏗 Set up uv
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Expand Down
Loading