Skip to content

Commit

Permalink
build(deps): bump snok/install-poetry from 1.3 to 1.4
Browse files Browse the repository at this point in the history
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.3 to 1.4.
- [Release notes](https://github.com/snok/install-poetry/releases)
- [Commits](snok/install-poetry@v1.3...v1.4)

---
updated-dependencies:
- dependency-name: snok/install-poetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent affbb92 commit ce96ee7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: "3.11"

- name: Install Poetry
uses: snok/install-poetry@v1.3.3
uses: snok/install-poetry@v1.4
with:
version: 1.4.2
virtualenvs-create: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: 3.11

- name: Install Poetry
uses: snok/install-poetry@v1.3.3
uses: snok/install-poetry@v1.4
with:
version: 1.4.2
virtualenvs-create: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: '3.x'

- name: Install Poetry
uses: snok/install-poetry@v1.3
uses: snok/install-poetry@v1.4
with:
version: 1.4.1
virtualenvs-create: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: snok/install-poetry@v1.3.3
uses: snok/install-poetry@v1.4
with:
version: 1.4.2
virtualenvs-create: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: 3.11

- name: Install Poetry
uses: snok/install-poetry@v1.3.3
uses: snok/install-poetry@v1.4
with:
version: 1.4.2
virtualenvs-create: false
Expand Down

0 comments on commit ce96ee7

Please sign in to comment.