Skip to content

Commit 26f62c9

Browse files
dependabot[bot]godlygeek
authored andcommitted
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 c13b0cc commit 26f62c9

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
@@ -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@v4
39+
- uses: actions/checkout@v5
4040
- name: setup python for test ${{ matrix.py }}
4141
uses: actions/setup-python@v5
4242
with:
@@ -56,7 +56,7 @@ jobs:
5656
- lint
5757
- docs
5858
steps:
59-
- uses: actions/checkout@v4
59+
- uses: actions/checkout@v5
6060
- name: setup Python 3.11
6161
uses: actions/setup-python@v5
6262
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)