Skip to content

Commit 934b486

Browse files
ejsc1pfps
andauthored
dist: update pre-commit versions and python version
* Update checks.yml * Create .python-version Co-authored-by: Peter F. Patel-Schneider <[email protected]>
1 parent 8765089 commit 934b486

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v3
1111

1212
- name: Setup Python
13-
uses: actions/setup-python@v2
13+
uses: actions/setup-python@v4.3.0
1414

1515
- name: Run pre-commit
16-
uses: pre-commit/action@v2.0.0
16+
uses: pre-commit/action@v3.0.0

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11

0 commit comments

Comments
 (0)