We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0feea commit fdf94c7Copy full SHA for fdf94c7
.github/workflows/ci.yml
@@ -14,8 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v3
17
- - uses: actions/setup-python@v3
18
- - uses: pre-commit/action@v2.0.3
+ - uses: actions/setup-python@v4
+ - uses: pre-commit/action@v3.0.0
19
20
ci:
21
runs-on: ${{ matrix.os }}
@@ -133,7 +133,7 @@ jobs:
133
134
135
- name: Set up Python ${{ matrix.python-version.name }}
136
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
137
with:
138
python-version: ${{ matrix.python-version.name }}
139
- name: Install dependencies
0 commit comments