Skip to content

Commit c5ed55e

Browse files
committed
Update to checkoutV6
1 parent 495d6f9 commit c5ed55e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ["3.10", "3.11", "3.12", "3.13"]
2222

2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
2727
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121

2222
- name: Set up Python
2323
uses: actions/setup-python@v6

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
name: Sort imports
4343

4444
- repo: https://github.com/charliermarsh/ruff-pre-commit
45-
rev: v0.14.7
45+
rev: v0.14.14
4646
hooks:
4747
- id: ruff
4848
args: [--exit-non-zero-on-fix, --fix, --line-length=180]

0 commit comments

Comments
 (0)