Skip to content

Commit e813409

Browse files
dependabot[bot]Joseph-Edwards
authored andcommitted
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [codespell-project/actions-codespell](https://github.com/codespell-project/actions-codespell) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `codespell-project/actions-codespell` from 2.1 to 2.2 - [Release notes](https://github.com/codespell-project/actions-codespell/releases) - [Commits](codespell-project/actions-codespell@v2.1...v2.2) Updates `astral-sh/setup-uv` from 6 to 7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6...v7) --- updated-dependencies: - dependency-name: codespell-project/actions-codespell dependency-version: '2.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50db9af commit e813409

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v5
8-
- uses: codespell-project/actions-codespell@v2.1
8+
- uses: codespell-project/actions-codespell@v2.2

.github/workflows/custom-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
python-version-file: "pyproject.toml"
4545
- name: Install uv and set the Python version
46-
uses: astral-sh/setup-uv@v6
46+
uses: astral-sh/setup-uv@v7
4747
with:
4848
enable-cache: true
4949

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
python-version-file: "pyproject.toml"
3636
- name: Install uv . . .
37-
uses: astral-sh/setup-uv@v6
37+
uses: astral-sh/setup-uv@v7
3838
with:
3939
enable-cache: true
4040

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
python-version-file: "pyproject.toml"
3636
- name: Install uv . . .
37-
uses: astral-sh/setup-uv@v6
37+
uses: astral-sh/setup-uv@v7
3838
with:
3939
enable-cache: true
4040
- name: "Install libsemigroups_pybind11 dependencies . . ."

.github/workflows/test-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
python
4242
libsemigroups
4343
- name: Install uv . . .
44-
uses: astral-sh/setup-uv@v6
44+
uses: astral-sh/setup-uv@v7
4545
with:
4646
enable-cache: true
4747
- name: Setup ccache . . .

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Setup environment
3333
- uses: actions/checkout@v5
3434
- name: Install uv and set the Python version
35-
uses: astral-sh/setup-uv@v6
35+
uses: astral-sh/setup-uv@v7
3636
with:
3737
python-version: ${{ matrix.python_version }}
3838
enable-cache: true

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v5
2828
- name: Install uv
29-
uses: astral-sh/setup-uv@v6
29+
uses: astral-sh/setup-uv@v7
3030

3131
# Used to host cibuildwheel
3232
- name: Build wheel
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v5
4646
- name: Install uv
47-
uses: astral-sh/setup-uv@v6
47+
uses: astral-sh/setup-uv@v7
4848
- name: Install libsemigroups
4949
run: source etc/make-libsemigroups.sh && sudo make install
5050
- name: Build SDist

0 commit comments

Comments
 (0)