Skip to content

Commit ba061ad

Browse files
committed
tests: bump CI actions, bump pre-commit
1 parent bd1bde7 commit ba061ad

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/daily.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ jobs:
77
check:
88
runs-on: ubuntu-latest
99
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'}
1213
- name: set PYSHA
1314
run: echo "PYSHA=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
14-
- uses: actions/cache@v1
15+
- uses: actions/cache@v3
1516
with:
1617
path: ~/.cache/pre-commit
1718
key: pre-commit|${{ env.PYSHA }}|${{ hashFiles('.pre-commit-config.yaml') }}
@@ -20,7 +21,7 @@ jobs:
2021
snap-gh:
2122
runs-on: ubuntu-latest
2223
steps:
23-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2425
- name: clone source
2526
run: |
2627
git clone https://${GITHUB_TOKEN}@github.com/casperdcl/cli --branch snap

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v3.4.0
5+
rev: v4.4.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict

0 commit comments

Comments
 (0)