Skip to content

Commit

Permalink
Merge pull request ktbyers#3377 from ktbyers/gh_actions_update
Browse files Browse the repository at this point in the history
Rename GH actions file and update checkout and setup versions
  • Loading branch information
ktbyers authored May 3, 2024
2 parents a0b9f2c + dd12f0c commit 707e9d9
Showing 1 changed file with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: linters
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
id: cp311
with:
python-version: '3.11'
Expand Down Expand Up @@ -62,21 +62,15 @@ jobs:

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
id: py_ver
with:
python-version: ${{ matrix.python-version }}
architecture: x64

- name: Setup python
uses: actions/setup-python@v1
with:
python-version: '3.11'
architecture: x64

- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit 707e9d9

Please sign in to comment.