Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

build(deps): bump snok/install-poetry from 1.3.0 to 1.3.1 #424

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -67,7 +67,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: snok/install-poetry@v1.3.0
uses: snok/install-poetry@v1.3.1
with:
virtualenvs-in-project: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Expand Up @@ -79,7 +79,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: snok/install-poetry@v1.3.0
uses: snok/install-poetry@v1.3.1
with:
virtualenvs-in-project: true

Expand Down