Skip to content

Commit

Permalink
update to checkout@v3 and setup-python@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Aug 19, 2022
1 parent d984f9d commit 3c1d02f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install system packages (Ubuntu)
Expand Down

0 comments on commit 3c1d02f

Please sign in to comment.