Skip to content

Commit

Permalink
Bump snok/install-poetry in /.github/workflows in the actions group
Browse files Browse the repository at this point in the history
Bumps the actions group in /.github/workflows with 1 update: [snok/install-poetry](https://github.com/snok/install-poetry).


Updates `snok/install-poetry` from 1.3.4 to 1.4.1
- [Release notes](https://github.com/snok/install-poetry/releases)
- [Commits](snok/install-poetry@v1.3.4...v1.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 5, 2024
1 parent cb9422f commit f6a33d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: '3.10'

- name: Install and configure Poetry
uses: snok/install-poetry@v1.3.4
uses: snok/install-poetry@v1.4.1
with:
version: 1.2.2
virtualenvs-in-project: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install and configure Poetry
uses: snok/install-poetry@v1.3.4
uses: snok/install-poetry@v1.4.1
with:
version: 1.2.2
virtualenvs-in-project: true
Expand Down

0 comments on commit f6a33d4

Please sign in to comment.