Skip to content

Commit e521357

Browse files
chore(deps): bump abatilo/actions-poetry from 2 to 3 (#73)
1 parent a0a9ad8 commit e521357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626

2727
- name: Set up Poetry
28-
uses: abatilo/actions-poetry@v3.0.0
28+
uses: abatilo/actions-poetry@v3
2929
with:
3030
poetry-version: 1.3.2
3131

@@ -95,7 +95,7 @@ jobs:
9595
run: make rename_project
9696

9797
- name: Install poetry
98-
uses: abatilo/actions-poetry@v2
98+
uses: abatilo/actions-poetry@v3
9999
- name: Setup a local virtual environment (if no poetry.toml file)
100100
run: |
101101
poetry config virtualenvs.create true --local

0 commit comments

Comments
 (0)