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 7b72b0f commit b54ef31Copy full SHA for b54ef31
.github/workflows/pull_request.yml
@@ -4,11 +4,11 @@ jobs:
4
runs-on: ubuntu-22.04
5
steps:
6
- name: Checkout
7
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
8
- name: Setup python 3.10
9
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
10
with:
11
- python-version: 3.10
+ python-version: "3.10"
12
- name: Install pre-commit
13
run: pip install pre-commit
14
- name: Run pre-commit
@@ -20,9 +20,9 @@ jobs:
20
python-version: ['3.9.x', '3.10.x', '3.11.x']
21
22
23
24
- name: Setup python ${{ matrix.python-version }}
25
26
27
python-version: ${{ matrix.python-version }}
28
- name: Install dependencies
0 commit comments