Skip to content

Commit 9d3c25d

Browse files
Bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [actions/setup-python](https://github.com/actions/setup-python) and [rossjrw/pr-preview-action](https://github.com/rossjrw/pr-preview-action). Updates `actions/checkout` from 5.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v7.0.1) Updates `astral-sh/setup-uv` from 7.1.2 to 10.0.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v7.1.2...v10.0.1) Updates `actions/setup-python` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7.0.0) Updates `rossjrw/pr-preview-action` from 1.6.2 to 1.8.1 - [Release notes](https://github.com/rossjrw/pr-preview-action/releases) - [Commits](rossjrw/pr-preview-action@v1.6.2...v1.8.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: astral-sh/setup-uv dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: rossjrw/pr-preview-action dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f408fda commit 9d3c25d

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/deploy-docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
# https://github.com/actions/checkout
2626
- name: Checkout
27-
uses: actions/checkout@v6.0.2
27+
uses: actions/checkout@v7.0.1
2828
with:
2929
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
3030

@@ -37,15 +37,15 @@ jobs:
3737
3838
# https://github.com/astral-sh/setup-uv
3939
- name: Install uv
40-
uses: astral-sh/setup-uv@v8.1.0
40+
uses: astral-sh/setup-uv@v10.0.1
4141
with:
4242
python-version: ${{ matrix.pyversion }}
4343
enable-cache: true
4444
cache-dependency-glob: "uv.lock"
4545

4646
# https://github.com/actions/setup-python
4747
- name: Set up Python
48-
uses: actions/setup-python@v6.2.0
48+
uses: actions/setup-python@v7.0.0
4949
with:
5050
python-version: ${{ matrix.pyversion }}
5151

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@ jobs:
2727

2828
# https://github.com/actions/checkout
2929
- name: Check out repository
30-
uses: actions/checkout@v6.0.2
30+
uses: actions/checkout@v7.0.1
3131
with:
3232
persist-credentials: false
3333

3434
# https://github.com/astral-sh/setup-uv
3535
- name: Install uv
36-
uses: astral-sh/setup-uv@v8.1.0
36+
uses: astral-sh/setup-uv@v10.0.1
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
enable-cache: true
4040
cache-dependency-glob: "uv.lock"
4141

4242
# https://github.com/actions/setup-python
4343
- name: Set up Python ${{ matrix.python-version }}
44-
uses: actions/setup-python@v6.2.0
44+
uses: actions/setup-python@v7.0.0
4545
with:
4646
python-version: ${{ matrix.python-version }}
4747

.github/workflows/test_pages_build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ jobs:
3333
steps:
3434
# https://github.com/actions/checkout
3535
- name: Checkout
36-
uses: actions/checkout@v5.0.0
36+
uses: actions/checkout@v7.0.1
3737
with:
3838
fetch-depth: 0
3939

4040
# https://github.com/actions/setup-python
4141
- name: Set up Python
42-
uses: actions/setup-python@v6.0.0
42+
uses: actions/setup-python@v7.0.0
4343
with:
4444
python-version: ${{ matrix.pyversion }}
4545
# https://github.com/astral-sh/setup-uv
4646
- name: Install uv
47-
uses: astral-sh/setup-uv@v7.1.2
47+
uses: astral-sh/setup-uv@v10.0.1
4848
with:
4949
python-version: ${{ matrix.pyversion }}
5050
enable-cache: true
@@ -65,7 +65,7 @@ jobs:
6565
6666
# https://github.com/rossjrw/pr-preview-action
6767
- name: Deploy preview
68-
uses: rossjrw/pr-preview-action@v1.6.2
68+
uses: rossjrw/pr-preview-action@v1.8.1
6969
with:
7070
source-dir: site/
7171
preview-branch: gh-pages

0 commit comments

Comments
 (0)