Skip to content

Commit

Permalink
Update snok/install-poetry action to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 2, 2024
1 parent a8d710c commit b846192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
python-version: ${{ matrix.python_version }}
- name: Install Poetry
uses: snok/[email protected].0
uses: snok/[email protected].1
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: snok/[email protected].0
uses: snok/[email protected].1
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down

0 comments on commit b846192

Please sign in to comment.