Skip to content

Commit 3b45a50

Browse files
Bump actions/checkout from 6.0.2 to 6.0.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f7828a commit 3b45a50

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.2
39+
- uses: actions/checkout@v6.0.3
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.2
53+
- uses: actions/checkout@v6.0.3
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.2
69+
- uses: actions/checkout@v6.0.3
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.2
22+
- uses: actions/checkout@v6.0.3
2323

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

0 commit comments

Comments
 (0)