Skip to content

Commit

Permalink
Upgrade GitHub Actions with deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenstad committed Sep 19, 2024
1 parent 210e323 commit 9900bf9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 and configure Poetry
uses: snok/install-poetry@v1
Expand Down Expand Up @@ -46,11 +46,11 @@ jobs:
- '3.11'
- '3.12'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Start dev env
run: make start_dev_env
- name: Setup python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down Expand Up @@ -78,9 +78,9 @@ jobs:
name: Releasing to pypi
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.8

Expand Down

0 comments on commit 9900bf9

Please sign in to comment.