File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 7
7
check :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
11
- - uses : actions/setup-python@v2
10
+ - uses : actions/checkout@v3
11
+ - uses : actions/setup-python@v4
12
+ with : {python-version: '3.x'}
12
13
- name : set PYSHA
13
14
run : echo "PYSHA=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
14
- - uses : actions/cache@v1
15
+ - uses : actions/cache@v3
15
16
with :
16
17
path : ~/.cache/pre-commit
17
18
key : pre-commit|${{ env.PYSHA }}|${{ hashFiles('.pre-commit-config.yaml') }}
20
21
snap-gh :
21
22
runs-on : ubuntu-latest
22
23
steps :
23
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v3
24
25
- name : clone source
25
26
run : |
26
27
git clone https://${GITHUB_TOKEN}@github.com/casperdcl/cli --branch snap
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
2
2
python : python3
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v3 .4.0
5
+ rev : v4 .4.0
6
6
hooks :
7
7
- id : check-added-large-files
8
8
- id : check-case-conflict
You can’t perform that action at this time.
0 commit comments