Skip to content

Commit 74dffd7

Browse files
committed
chore: update GitHub Actions and pre-commit hooks to latest versions
Signed-off-by: Jehannes Zuidema <jkzuidema@outlook.com>
1 parent c2ce113 commit 74dffd7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
pre-commit:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: actions/setup-python@v3
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-python@v5
1111
- name: set PY
1212
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
1313
# - uses: actions/cache@v1

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
# Check for inconsistent line endings & whitespacing
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.3.0
4+
rev: v5.0.0
55
hooks:
66
- id: mixed-line-ending
77
- id: trailing-whitespace
88
# Run eslint
99
- repo: https://github.com/pre-commit/mirrors-eslint
10-
rev: v8.19.0
10+
rev: v9.28.0
1111
hooks:
1212
- id: eslint
1313
files: \.ts$ # only typescript files

0 commit comments

Comments
 (0)