Skip to content

Commit 12c38cd

Browse files
bump GH action versions
1 parent 60821e3 commit 12c38cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-python@v4
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
1414
with:
1515
python-version: "3.10"
1616
# - name: set PY
@@ -19,6 +19,6 @@ jobs:
1919
# with:
2020
# path: ~/.cache/pre-commit
2121
# key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
22-
- uses: pre-commit/action@v2.0.3
22+
- uses: pre-commit/action@v3.0.1
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
rev: 25.1.0
3131
hooks:
3232
- id: black
33-
language_version: python3.9
33+
language_version: python3.10
3434
args: ['-l', '88']
3535
# Run flake8 last, to catch any remaining issues not caught/fixed by
3636
# the other hooks.

0 commit comments

Comments
 (0)