Skip to content

Commit

Permalink
Update (#224)
Browse files Browse the repository at this point in the history
* fix table resize

* update dependencies
  • Loading branch information
DirtyRacer1337 authored Nov 3, 2023
1 parent edb7928 commit 4699e03
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 232 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: '1.5.1'
poetry-version: '1.7.0'

- name: Install Go
uses: actions/setup-go@v3
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: '1.5.1'
poetry-version: '1.7.0'

- uses: pnpm/action-setup@v2
with:
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
- name: install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: '1.5.1'
poetry-version: '1.7.0'

- name: create tag from pyproject version on change.
id: auto-tag
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: '1.5.1'
poetry-version: '1.7.0'

- name: Install Go
uses: actions/setup-go@v3
Expand Down
Loading

0 comments on commit 4699e03

Please sign in to comment.