Skip to content

Commit cb0243e

Browse files
authored
Updating python setup action in testing workflow
1 parent 42ab20c commit cb0243e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v1
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install dependencies in ${{ matrix.requirements }}
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v2
4444
- name: Set up Python ${{ matrix.python-version }}
45-
uses: actions/setup-python@v1
45+
uses: actions/setup-python@v4
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
- name: Install dependencies

0 commit comments

Comments
 (0)