Skip to content

Commit b54ef31

Browse files
committed
Update python version
1 parent 7b72b0f commit b54ef31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ jobs:
44
runs-on: ubuntu-22.04
55
steps:
66
- name: Checkout
7-
uses: actions/checkout@v1
7+
uses: actions/checkout@v4
88
- name: Setup python 3.10
9-
uses: actions/setup-python@v1
9+
uses: actions/setup-python@v4
1010
with:
11-
python-version: 3.10
11+
python-version: "3.10"
1212
- name: Install pre-commit
1313
run: pip install pre-commit
1414
- name: Run pre-commit
@@ -20,9 +20,9 @@ jobs:
2020
python-version: ['3.9.x', '3.10.x', '3.11.x']
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v1
23+
uses: actions/checkout@v4
2424
- name: Setup python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v1
25+
uses: actions/setup-python@v4
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install dependencies

0 commit comments

Comments
 (0)