build(deps): bump snok/install-poetry from 1.3 to 1.4 (#1389)
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](https://github.com/snok/install-poetry/compare/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/python-publish.yml
vendored
2
.github/workflows/python-publish.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/test-package.yml
vendored
2
.github/workflows/test-package.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/type-check.yml
vendored
2
.github/workflows/type-check.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user