Skip to content

Commit ec1df0b

Browse files
committed
github actions
1 parent c460432 commit ec1df0b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ jobs:
1717
os: [ubuntu-latest]
1818
python-version: ['3.9', '3.10', '3.11']
1919
steps:
20-
- uses: actions/checkout@v2
21-
- uses: actions/setup-python@v3
20+
- uses: actions/checkout@v4
21+
- uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
24+
cache: pip
25+
2426
- name: Set file mode to false
2527
run: |
2628
git config core.filemode false

0 commit comments

Comments
 (0)