Skip to content

Commit

Permalink
Bumped versions in Github actions configuration to v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed Jun 12, 2022
1 parent 8db1848 commit 8eaf86f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- '3.10'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -38,9 +38,9 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Ensure latest setuptools
Expand Down

0 comments on commit 8eaf86f

Please sign in to comment.