Skip to content

Commit 9134626

Browse files
authored
Merge pull request #117 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents d628de8 + 8f9881b commit 9134626

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
name: pr
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v1
13-
- uses: actions/setup-node@v1
14-
- uses: actions/setup-python@v1
12+
- uses: actions/checkout@v2
13+
- uses: actions/setup-node@v2
14+
- uses: actions/setup-python@v2
1515
- run: pip install virtualenv
1616
- run: make
1717
- name: self test newly built action

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- repo: https://github.com/pre-commit/mirrors-eslint
10-
rev: v7.32.0
10+
rev: v8.0.0-beta.0
1111
hooks:
1212
- id: eslint
1313
args: [--fix]

0 commit comments

Comments
 (0)