Skip to content

Commit

Permalink
Merge pull request #93 from ratoaq2/dependabot/github_actions/snok/in…
Browse files Browse the repository at this point in the history
…stall-poetry-1.3.4

build(deps): bump snok/install-poetry from 1.3.3 to 1.3.4
  • Loading branch information
ratoaq2 authored Aug 7, 2023
2 parents 77ab8cf + b54cfd4 commit c37dfee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: 3.11

- name: Install poetry
uses: snok/install-poetry@v1.3.3
uses: snok/install-poetry@v1.3.4
with:
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 @@ -28,7 +28,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install poetry
uses: snok/install-poetry@v1.3.3
uses: snok/install-poetry@v1.3.4
with:
virtualenvs-in-project: true

Expand Down

0 comments on commit c37dfee

Please sign in to comment.