Skip to content

Commit

Permalink
ci: update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rossengeorgiev committed May 5, 2023
1 parent 5461222 commit 26166e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing_initiative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
python-version: pypy-3.6
no-coverage: 1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python Env
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Display Python version
Expand Down Expand Up @@ -94,9 +94,9 @@ jobs:
- ubuntu-20.04
python-version: [3.6]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python Env
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Display Python version
Expand Down

0 comments on commit 26166e0

Please sign in to comment.