Skip to content

Commit

Permalink
Update workflow actions checkout, setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaumann committed Jul 17, 2024
1 parent 1fe8ec6 commit 0cffe5c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
name: linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v1
uses: actions/setup-python@v5

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down Expand Up @@ -44,12 +44,11 @@ jobs:
platform: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down Expand Up @@ -86,9 +85,9 @@ jobs:
needs: [linters, pytest]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down

0 comments on commit 0cffe5c

Please sign in to comment.