We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1717d1 commit a589971Copy full SHA for a589971
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
python-version: 3.8
29
- name: Run pre-commit checks
30
- uses: pre-commit/action@v3.0.0
+ uses: pre-commit/action@v3.0.1
31
32
unit-tests:
33
name: "unit tests - Python ${{ matrix.PYTHON_VERSION }} - SA ${{ matrix.SA_VERSION }}"
0 commit comments