Skip to content

Commit 8239fd4

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ee441c3 commit 8239fd4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- pydocstyle .
2121
steps:
2222
- uses: actions/checkout@v5
23-
- uses: actions/setup-python@v5
23+
- uses: actions/setup-python@v6
2424
with:
2525
python-version: "3.x"
2626
cache: 'pip'
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v5
35-
- uses: actions/setup-python@v5
35+
- uses: actions/setup-python@v6
3636
with:
3737
python-version: "3.x"
3838
- run: sudo apt install -y python3-enchant graphviz
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- uses: actions/checkout@v5
47-
- uses: actions/setup-python@v5
47+
- uses: actions/setup-python@v6
4848
with:
4949
python-version: "3.x"
5050
- run: python -m pip install --upgrade pip build wheel twine readme-renderer
@@ -80,7 +80,7 @@ jobs:
8080
extras: "test,reversion"
8181
steps:
8282
- uses: actions/checkout@v5
83-
- uses: actions/setup-python@v5
83+
- uses: actions/setup-python@v6
8484
with:
8585
python-version: ${{ matrix.python-version }}
8686
- run: sudo apt install -y graphviz redis-server

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v5
13-
- uses: actions/setup-python@v5
13+
- uses: actions/setup-python@v6
1414
with:
1515
python-version: "3.x"
1616
- run: python -m pip install --upgrade pip build wheel twine

0 commit comments

Comments
 (0)