We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c460432 commit ec1df0bCopy full SHA for ec1df0b
1 file changed
.github/workflows/pre-commit.yml
@@ -17,10 +17,12 @@ jobs:
17
os: [ubuntu-latest]
18
python-version: ['3.9', '3.10', '3.11']
19
steps:
20
- - uses: actions/checkout@v2
21
- - uses: actions/setup-python@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
22
with:
23
python-version: ${{ matrix.python-version }}
24
+ cache: pip
25
+
26
- name: Set file mode to false
27
run: |
28
git config core.filemode false
0 commit comments