Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit e7a3f12

Browse files
build(deps): bump snok/install-poetry from 1.3.0 to 1.3.1
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](snok/install-poetry@v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: snok/install-poetry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48e52ad commit e7a3f12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
python-version: ${{ matrix.python-version }}
6868

6969
- name: Install Poetry
70-
uses: snok/[email protected].0
70+
uses: snok/[email protected].1
7171
with:
7272
virtualenvs-in-project: true
7373

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
python-version: ${{ matrix.python-version }}
8080

8181
- name: Install Poetry
82-
uses: snok/[email protected].0
82+
uses: snok/[email protected].1
8383
with:
8484
virtualenvs-in-project: true
8585

0 commit comments

Comments
 (0)