Skip to content

Commit 2f87873

Browse files
Bump actions/setup-python from 5 to 6 (#134)
1 parent c426f7c commit 2f87873

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
23-
- uses: actions/setup-python@v5
23+
- uses: actions/setup-python@v6
2424
with:
2525
python-version: "3.11"
2626
- name: Setup for poetry

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
- name: Python setup
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: "3.11"
2626
- name: Setup for poetry

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# checks out the repo
1616
- uses: actions/checkout@v5
1717
- name: Python setup
18-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@v6
1919
with:
2020
python-version: "3.11"
2121
- name: Setup for poetry
@@ -44,7 +44,7 @@ jobs:
4444
- name: Checkout
4545
uses: actions/checkout@v5
4646
- name: Python setup
47-
uses: actions/setup-python@v5
47+
uses: actions/setup-python@v6
4848
with:
4949
python-version: ${{ matrix.python_version }}
5050
- name: Setup for poetry

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repos:
5454
hooks:
5555
- id: actionlint
5656
- repo: https://github.com/astral-sh/ruff-pre-commit
57-
rev: "v0.12.9"
57+
rev: "v0.12.12"
5858
hooks:
5959
- id: ruff-format
6060
- id: ruff-check

0 commit comments

Comments
 (0)