Skip to content

Commit 7debbb3

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de62077 commit 7debbb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version: "3.11"
3535
- name: install tox
3636
run: python -m pip install tox
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
- name: setup python for test ${{ matrix.py }}
3939
uses: actions/setup-python@v5
4040
with:
@@ -54,7 +54,7 @@ jobs:
5454
- lint
5555
- docs
5656
steps:
57-
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v5
5858
- name: setup Python 3.11
5959
uses: actions/setup-python@v5
6060
with:

.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@v4
22+
- uses: actions/checkout@v5
2323

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

0 commit comments

Comments
 (0)