Skip to content

Commit 3c6b2e6

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 da252d9 commit 3c6b2e6

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
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v5
15-
- uses: actions/setup-python@v5
15+
- uses: actions/setup-python@v6
1616
with:
1717
python-version: "3.x"
1818
- run: python -m pip install --upgrade pip build wheel twine
@@ -61,7 +61,7 @@ jobs:
6161
- pydocstyle .
6262
steps:
6363
- uses: actions/checkout@v5
64-
- uses: actions/setup-python@v5
64+
- uses: actions/setup-python@v6
6565
with:
6666
python-version: "3.x"
6767
cache: 'pip'
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- uses: actions/checkout@v5
8989
- name: Set up Python ${{ matrix.python-version }}
90-
uses: actions/setup-python@v5
90+
uses: actions/setup-python@v6
9191
with:
9292
python-version: ${{ matrix.python-version }}
9393

@@ -129,7 +129,7 @@ jobs:
129129
mkdir bin
130130
curl -O https://chromedriver.storage.googleapis.com/`curl -s https://chromedriver.storage.googleapis.com/LATEST_RELEASE`/chromedriver_linux64.zip
131131
unzip chromedriver_linux64.zip -d bin
132-
- uses: actions/setup-python@v5
132+
- uses: actions/setup-python@v6
133133
with:
134134
python-version: ${{ matrix.python-version }}
135135
- run: python -m pip install -e .[test]

.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)