Skip to content

Commit 26166e0

Browse files
ci: update action versions
1 parent 5461222 commit 26166e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/testing_initiative.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
python-version: pypy-3.6
4747
no-coverage: 1
4848
steps:
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@v3
5050
- name: Set up Python Env
51-
uses: actions/setup-python@v2
51+
uses: actions/setup-python@v4
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
- name: Display Python version
@@ -94,9 +94,9 @@ jobs:
9494
- ubuntu-20.04
9595
python-version: [3.6]
9696
steps:
97-
- uses: actions/checkout@v2
97+
- uses: actions/checkout@v3
9898
- name: Set up Python Env
99-
uses: actions/setup-python@v2
99+
uses: actions/setup-python@v4
100100
with:
101101
python-version: ${{ matrix.python-version }}
102102
- name: Display Python version

0 commit comments

Comments
 (0)