Skip to content

Commit 7c641a4

Browse files
Bump actions/checkout from 6.0.3 to 7.0.0 (#173)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cdb29bd commit 7c641a4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python-version: "3.11"
3737
- name: install tox
3838
run: python -m pip install tox
39-
- uses: actions/checkout@v6.0.3
39+
- uses: actions/checkout@v7.0.0
4040
- name: setup python for test ${{ matrix.py }}
4141
uses: actions/setup-python@v6
4242
with:
@@ -50,7 +50,7 @@ jobs:
5050
name: check docs
5151
runs-on: ubuntu-22.04
5252
steps:
53-
- uses: actions/checkout@v6.0.3
53+
- uses: actions/checkout@v7.0.0
5454
- name: setup Python 3.14
5555
uses: actions/setup-python@v6
5656
with:
@@ -66,7 +66,7 @@ jobs:
6666
name: lint
6767
runs-on: ubuntu-22.04
6868
steps:
69-
- uses: actions/checkout@v6.0.3
69+
- uses: actions/checkout@v7.0.0
7070
# mypy needs to be run with the oldest Python version we support.
7171
- name: setup Python 3.8
7272
uses: actions/setup-python@v6

.github/workflows/build_dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Source and wheel distributions
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v6.0.3
22+
- uses: actions/checkout@v7.0.0
2323

2424
- name: Build distributions
2525
run: pipx run build[virtualenv] --sdist --wheel

0 commit comments

Comments
 (0)