Skip to content

Commit e7f82f0

Browse files
build(deps): bump abatilo/actions-poetry from 2 to 3
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2 to 3. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](abatilo/actions-poetry@v2...v3) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a369c3 commit e7f82f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/migrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: '3.12'
2222
- name: Install poetry
23-
uses: abatilo/actions-poetry@v2
23+
uses: abatilo/actions-poetry@v3
2424
- name: Setup a local virtual environment (if no poetry.toml file)
2525
run: |
2626
poetry config virtualenvs.create true --local

0 commit comments

Comments
 (0)