Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz committed Jan 4, 2023
1 parent 9971d67 commit 783dd8f
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 @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout FLOSS
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install dependencies
Expand Down Expand Up @@ -49,11 +49,11 @@ jobs:
python-version: '3.10'
steps:
- name: Checkout FLOSS with submodule
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true
- 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 pyyaml
Expand Down

0 comments on commit 783dd8f

Please sign in to comment.