chore: Update version of poetry install action

This commit is contained in:
Igor Ilic 2025-01-08 14:50:08 +01:00
parent 178b3ceec8
commit ce4c5b136a

View file

@ -4,6 +4,7 @@ on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
types: [labeled, synchronize] types: [labeled, synchronize]
push:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@ -36,7 +37,7 @@ jobs:
- name: Install Poetry - name: Install Poetry
# https://github.com/snok/install-poetry#running-on-windows # https://github.com/snok/install-poetry#running-on-windows
uses: snok/install-poetry@v1.3.2 uses: snok/install-poetry@v1.4.1
with: with:
virtualenvs-create: true virtualenvs-create: true
virtualenvs-in-project: true virtualenvs-in-project: true