We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d628de8 + 8f9881b commit 9134626Copy full SHA for 9134626
.github/workflows/deploy.yml
@@ -9,9 +9,9 @@ jobs:
9
name: pr
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v1
13
- - uses: actions/setup-node@v1
14
- - uses: actions/setup-python@v1
+ - uses: actions/checkout@v2
+ - uses: actions/setup-node@v2
+ - uses: actions/setup-python@v2
15
- run: pip install virtualenv
16
- run: make
17
- name: self test newly built action
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
- repo: https://github.com/pre-commit/mirrors-eslint
- rev: v7.32.0
+ rev: v8.0.0-beta.0
hooks:
- id: eslint
args: [--fix]
0 commit comments