Skip to content

Commit

Permalink
Update github actions to latest available versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 7, 2022
1 parent f042f9c commit 8b273b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_unittests.yml
Expand Up @@ -10,8 +10,8 @@ jobs:
matrix:
py_version: ['2.7.x', '3.7']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.py_version }}
- name: Install requirements
Expand Down

0 comments on commit 8b273b0

Please sign in to comment.