Skip to content

Commit

Permalink
Bump snok/install-poetry from 1.3.3 to 1.3.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.3 to 1.3.4.
- [Release notes](https://github.com/snok/install-poetry/releases)
- [Commits](snok/install-poetry@v1.3.3...v1.3.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 39c4e14 commit 30c7440
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: "3.x"
- name: Install Poetry
uses: snok/[email protected].3
uses: snok/[email protected].4
- name: Install Package
run: poetry install
- name: Build and deploy docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: "3.x"
- name: Install Poetry
uses: snok/[email protected].3
uses: snok/[email protected].4
- name: Build the package
run: poetry build -vvv
- name: Publish to PyPI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: snok/[email protected].3
uses: snok/[email protected].4
- name: Install Package
run: poetry install
- name: Run pre-commit checks
Expand Down

0 comments on commit 30c7440

Please sign in to comment.